#CFC079

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

Shades of Winter Hazel #CFC079

Tints of Winter Hazel #CFC079

Color information

#CFC079 (or 0xCFC079) is unknown color: approx Winter Hazel. HEX triplet: CF, C0 and 79. RGB value is (207,192,121). Sum of RGB (Red+Green+Blue) = 207+192+121=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC079 is #303F86. Grayscale: #BCBCBC. Windows color (decimal): -3161991 or 7979215. OLE color: 7979215.

HSL color Cylindrical-coordinate representation of color #CFC079: hue angle of 49.53º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFC079 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207192121-
CMYK00.070.420.19
HSL49.53º47.25%64.31%-
HSV(B)49.53º41.55%81.18%-
XYZ48.0352.3525.66-
YUV188.3989.97141.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 121 (47.66% from 255) = 23.27%
R=39.81%
G=36.92%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719212100.070.420.1949.5347.2564.31
HexCFC079072A13322f40
Octal3173001710752236257100
Binary110011111100000011110010111101010100111100101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC079; }

 p { color: rgb(207,192,121); }

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

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

 a { background-color: rgb(207,192,121); }

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

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

 span { border-color: rgb(207,192,121); }

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