Html Css Color HEX #C8C078 Winter Hazel

📋 copy color: '#C8C078'

red 200 ◦ green 192 ◦ blue 120

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

Shades of Winter Hazel #C8C078

Tints of Winter Hazel #C8C078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.5%

 BLUE value IS 120 (47.27% from 255) = 23.44%

R = 39.06%
G = 37.5%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C8C078 (or 0xC8C078) is known color: Winter Hazel. HEX triplet: C8, C0 and 78. RGB value is (200,192,120). Sum of RGB (Red+Green+Blue) = 200+192+120=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C078 is #373F87. Grayscale: #BABABA. Windows color (decimal): -3620744 or 7913672. OLE color: 7913672.

HSL color Cylindrical-coordinate representation of color #C8C078: hue angle of 54º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8C078 is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 192 120 -
CMYK 0 0.04 0.4 0.22
HSL 54º 0.42% 0.63% -
HSV(B) 54º 0.4% 0.78% -
XYZ 46.06 51.33 25.25 -
YUV 186.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 200 192 120 0 0.04 0.4 0.22 54 0.42 0.63
Hex C8 C0 78 0 4 28 16 36 2A 3F
Octal 310 300 170 0 4 50 26 66 52 77
Binary 11001000 11000000 1111000 0 100 101000 10110 110110 101010 111111

Color Harmonies of #C8C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C078

Black with #C8C078

Text Example


Text Example

White with #C8C078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C078; }

 p { color: rgb(200,192,120); }

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

background-color css

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

 a { background-color: rgb(200,192,120); }

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

border-color css

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

 span { border-color: rgb(200,192,120); }

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