Html Css Color HEX #C88828 Geebung

📋 copy color: '#C88828'

red 200 ◦ green 136 ◦ blue 40

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

Shades of Geebung #C88828

Tints of Geebung #C88828

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

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

R = 53.19%
G = 36.17%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C88828 (or 0xC88828) is known color: Geebung. HEX triplet: C8, 88 and 28. RGB value is (200,136,40). Sum of RGB (Red+Green+Blue) = 200+136+40=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C88828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88828 is #3777D7. Grayscale: #909090. Windows color (decimal): -3635160 or 2656456. OLE color: 2656456.

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

Color convert

RGB 200 136 40 -
CMYK 0 0.32 0.8 0.22
HSL 36º 0.67% 0.47% -
HSV(B) 36º 0.8% 0.78% -
XYZ 33.01 30.04 6.07 -
YUV 144.19 69.2 167.81 -
System Red Green Blue C M Y K H S L
Decimal 200 136 40 0 0.32 0.8 0.22 36 0.67 0.47
Hex C8 88 28 0 20 50 16 24 43 2F
Octal 310 210 50 0 40 120 26 44 103 57
Binary 11001000 10001000 101000 0 100000 1010000 10110 100100 1000011 101111

Color Harmonies of #C88828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88828

Black with #C88828

Text Example


Text Example

White with #C88828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88828; }

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

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

background-color css

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

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

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

border-color css

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

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

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