Html Css Color HEX #C8882C Geebung

📋 copy color: '#C8882C'

red 200 ◦ green 136 ◦ blue 44

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

Shades of Geebung #C8882C

Tints of Geebung #C8882C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.58%

R = 52.63%
G = 35.79%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8882C (or 0xC8882C) is known color: Geebung. HEX triplet: C8, 88 and 2C. RGB value is (200,136,44). Sum of RGB (Red+Green+Blue) = 200+136+44=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8882C is #3777D3. Grayscale: #919191. Windows color (decimal): -3635156 or 2918600. OLE color: 2918600.

HSL color Cylindrical-coordinate representation of color #C8882C: hue angle of 35.38º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8882C is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 44 -
CMYK 0 0.32 0.78 0.22
HSL 35.38º 0.64% 0.48% -
HSV(B) 35.38º 0.78% 0.78% -
XYZ 33.08 30.07 6.44 -
YUV 144.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 200 136 44 0 0.32 0.78 0.22 35.38 0.64 0.48
Hex C8 88 2C 0 20 4E 16 23 40 30
Octal 310 210 54 0 40 116 26 43 100 60
Binary 11001000 10001000 101100 0 100000 1001110 10110 100011 1000000 110000

Color Harmonies of #C8882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8882C

Black with #C8882C

Text Example


Text Example

White with #C8882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8882C; }

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

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

background-color css

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

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

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

border-color css

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

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

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