#CDBF7C

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

Shades of Winter Hazel #CDBF7C

Tints of Winter Hazel #CDBF7C

Color information

#CDBF7C (or 0xCDBF7C) is unknown color: approx Winter Hazel. HEX triplet: CD, BF and 7C. RGB value is (205,191,124). Sum of RGB (Red+Green+Blue) = 205+191+124=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBF7C is #324083. Grayscale: #BBBBBB. Windows color (decimal): -3293316 or 8175565. OLE color: 8175565.

HSL color Cylindrical-coordinate representation of color #CDBF7C: hue angle of 49.63º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDBF7C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205191124-
CMYK00.070.400.20
HSL49.63º44.75%64.51%-
HSV(B)49.63º39.51%80.39%-
XYZ47.4551.726.55-
YUV187.5592.14140.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 124 (48.83% from 255) = 23.85%
R=39.42%
G=36.73%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519112400.070.400.2049.6344.7564.51
HexCDBF7C072814322d41
Octal3152771740750246255101
Binary110011011011111111111000111101000101001100101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBF7C; }

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

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

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

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

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

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

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

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