#CFBE79

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

Shades of Winter Hazel #CFBE79

Tints of Winter Hazel #CFBE79

Color information

#CFBE79 (or 0xCFBE79) is unknown color: approx Winter Hazel. HEX triplet: CF, BE and 79. RGB value is (207,190,121). Sum of RGB (Red+Green+Blue) = 207+190+121=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE79 is #304186. Grayscale: #BBBBBB. Windows color (decimal): -3162503 or 7978703. OLE color: 7978703.

HSL color Cylindrical-coordinate representation of color #CFBE79: hue angle of 48.14º 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 #CFBE79 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207190121-
CMYK00.080.420.19
HSL48.14º47.25%64.31%-
HSV(B)48.14º41.55%81.18%-
XYZ47.651.4725.52-
YUV187.2290.63142.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 121 (47.66% from 255) = 23.36%
R=39.96%
G=36.68%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719012100.080.420.1948.1447.2564.31
HexCFBE79082A13302f40
Octal31727617101052236057100
Binary1100111110111110111100101000101010100111100001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE79; }

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

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

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

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

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

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

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

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