#CDBF79

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

Shades of Winter Hazel #CDBF79

Tints of Winter Hazel #CDBF79

Color information

#CDBF79 (or 0xCDBF79) is unknown color: approx Winter Hazel. HEX triplet: CD, BF and 79. RGB value is (205,191,121). Sum of RGB (Red+Green+Blue) = 205+191+121=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBF79 is #324086. Grayscale: #BBBBBB. Windows color (decimal): -3293319 or 7978957. OLE color: 7978957.

HSL color Cylindrical-coordinate representation of color #CDBF79: hue angle of 50º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDBF79 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB205191121-
CMYK00.070.410.20
HSL50º45.65%63.92%-
HSV(B)50º40.98%80.39%-
XYZ47.2651.6225.56-
YUV187.2190.64140.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 121 (47.66% from 255) = 23.40%
R=39.65%
G=36.94%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519112100.070.410.205045.6563.92
HexCDBF79072914322e40
Octal3152771710751246256100
Binary110011011011111111110010111101001101001100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBF79; }

 p { color: rgb(205,191,121); }

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

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

 a { background-color: rgb(205,191,121); }

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

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

 span { border-color: rgb(205,191,121); }

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