#C9C07F

Color #C9C07F Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #C9C07F

Tints of Winter Hazel #C9C07F

Color information

#C9C07F (or 0xC9C07F) is unknown color: approx Winter Hazel. HEX triplet: C9, C0 and 7F. RGB value is (201,192,127). Sum of RGB (Red+Green+Blue) = 201+192+127=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C07F is #363F80. Grayscale: #BBBBBB. Windows color (decimal): -3555201 or 8372425. OLE color: 8372425.

HSL color Cylindrical-coordinate representation of color #C9C07F: hue angle of 52.7º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9C07F is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB201192127-
CMYK00.040.370.21
HSL52.7º40.66%64.31%-
HSV(B)52.7º36.82%78.82%-
XYZ46.7751.6527.58-
YUV187.2893.98137.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 127 (50% from 255) = 24.42%
R=38.65%
G=36.92%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119212700.040.370.2152.740.6664.31
HexC9C07F042515352940
Octal3113001770445256551100
Binary110010011100000011111110100100101101011101011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C07F; }

 p { color: rgb(201,192,127); }

 H1.HeaderClassName
 {
   color: #C9C07F;
 }
 .AnyTagClassName
 {
   color: #C9C07F;
 }
</style>
background-color css

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

 a { background-color: rgb(201,192,127); }

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

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

 span { border-color: rgb(201,192,127); }

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