Html Css Color HEX #C88024 Geebung

📋 copy color: '#C88024'

red 200 ◦ green 128 ◦ blue 36

#C88024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C88024

Tints of Geebung #C88024

RGB

 RED value IS 200 (78.52% from 255) = 54.95%

 GREEN value IS 128 (50.39% from 255) = 35.16%

 BLUE value IS 36 (14.45% from 255) = 9.89%

R = 54.95%
G = 35.16%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C88024 (or 0xC88024) is known color: Geebung. HEX triplet: C8, 80 and 24. RGB value is (200,128,36). Sum of RGB (Red+Green+Blue) = 200+128+36=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C88024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88024 is #377FDB. Grayscale: #8B8B8B. Windows color (decimal): -3637212 or 2392264. OLE color: 2392264.

HSL color Cylindrical-coordinate representation of color #C88024: hue angle of 33.66º 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 #C88024 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 36 -
CMYK 0 0.36 0.82 0.22
HSL 33.66º 0.69% 0.46% -
HSV(B) 33.66º 0.82% 0.78% -
XYZ 31.86 27.85 5.36 -
YUV 139.04 69.85 171.48 -
System Red Green Blue C M Y K H S L
Decimal 200 128 36 0 0.36 0.82 0.22 33.66 0.69 0.46
Hex C8 80 24 0 24 52 16 22 45 2E
Octal 310 200 44 0 44 122 26 42 105 56
Binary 11001000 10000000 100100 0 100100 1010010 10110 100010 1000101 101110

Color Harmonies of #C88024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88024

Black with #C88024

Text Example


Text Example

White with #C88024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88024; }

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

 H1.HeaderClassName
 {
   color: #C88024;
 }
 .AnyTagClassName
 {
   color: #C88024;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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