Html Css Color HEX #C8C07A Winter Hazel

📋 copy color: '#C8C07A'

red 200 ◦ green 192 ◦ blue 122

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

Shades of Winter Hazel #C8C07A

Tints of Winter Hazel #C8C07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.74%

R = 38.91%
G = 37.35%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8C07A (or 0xC8C07A) is known color: Winter Hazel. HEX triplet: C8, C0 and 7A. RGB value is (200,192,122). Sum of RGB (Red+Green+Blue) = 200+192+122=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C07A is #373F85. Grayscale: #BABABA. Windows color (decimal): -3620742 or 8044744. OLE color: 8044744.

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

Color convert

RGB 200 192 122 -
CMYK 0 0.04 0.39 0.22
HSL 53.85º 0.41% 0.63% -
HSV(B) 53.85º 0.39% 0.78% -
XYZ 46.18 51.38 25.9 -
YUV 186.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 200 192 122 0 0.04 0.39 0.22 53.85 0.41 0.63
Hex C8 C0 7A 0 4 27 16 36 29 3F
Octal 310 300 172 0 4 47 26 66 51 77
Binary 11001000 11000000 1111010 0 100 100111 10110 110110 101001 111111

Color Harmonies of #C8C07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C07A

Black with #C8C07A

Text Example


Text Example

White with #C8C07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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