Html Css Color HEX #C88028 Geebung

📋 copy color: '#C88028'

red 200 ◦ green 128 ◦ blue 40

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

Shades of Geebung #C88028

Tints of Geebung #C88028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.87%

R = 54.35%
G = 34.78%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C88028 (or 0xC88028) is known color: Geebung. HEX triplet: C8, 80 and 28. RGB value is (200,128,40). Sum of RGB (Red+Green+Blue) = 200+128+40=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C88028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88028 is #377FD7. Grayscale: #8B8B8B. Windows color (decimal): -3637208 or 2654408. OLE color: 2654408.

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

Color convert

RGB 200 128 40 -
CMYK 0 0.36 0.8 0.22
HSL 33º 0.67% 0.47% -
HSV(B) 33º 0.8% 0.78% -
XYZ 31.92 27.87 5.7 -
YUV 139.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 200 128 40 0 0.36 0.8 0.22 33 0.67 0.47
Hex C8 80 28 0 24 50 16 21 43 2F
Octal 310 200 50 0 44 120 26 41 103 57
Binary 11001000 10000000 101000 0 100100 1010000 10110 100001 1000011 101111

Color Harmonies of #C88028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88028

Black with #C88028

Text Example


Text Example

White with #C88028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88028; }

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

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

background-color css

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

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

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

border-color css

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

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

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