#C88124

Color #C88124 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C88124

Tints of Geebung #C88124

Color information

#C88124 (or 0xC88124) is unknown color: approx Geebung. HEX triplet: C8, 81 and 24. RGB value is (200,129,36). Sum of RGB (Red+Green+Blue) = 200+129+36=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C88124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88124 is #377EDB. Grayscale: #8C8C8C. Windows color (decimal): -3636956 or 2392520. OLE color: 2392520.

HSL color Cylindrical-coordinate representation of color #C88124: hue angle of 34.02º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C88124 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB20012936-
CMYK00.360.820.22
HSL34.02º69.49%46.27%-
HSV(B)34.02º82%78.43%-
XYZ31.9928.115.41-
YUV139.6369.52171.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 54.79%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 36 (14.45% from 255) = 9.86%
R=54.79%
G=35.34%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001293600.360.820.2234.0269.4946.27
HexC88124024521622452e
Octal31020144044122264210556
Binary110010001000000110010001001001010010101101000101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88124; }

 p { color: rgb(200,129,36); }

 H1.HeaderClassName
 {
   color: #C88124;
 }
 .AnyTagClassName
 {
   color: #C88124;
 }
</style>
background-color css

<style>
 a { background-color: #C88124; }

 a { background-color: rgb(200,129,36); }

 div.DivClassName
 {
   background-color: #C88124;
 }
 .BgClassName
 {
   background-color: #C88124;
 }
</style>
border-color css

<style>
 span { border-color: #C88124; }

 span { border-color: rgb(200,129,36); }

 td.TdClassName
 {
   border-color: #C88124;
 }
 .TagClassName
 {
   border-color: #C88124;
 }
</style>