#CDBE7C

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

Shades of Winter Hazel #CDBE7C

Tints of Winter Hazel #CDBE7C

Color information

#CDBE7C (or 0xCDBE7C) is unknown color: approx Winter Hazel. HEX triplet: CD, BE and 7C. RGB value is (205,190,124). Sum of RGB (Red+Green+Blue) = 205+190+124=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBE7C is #324183. Grayscale: #BBBBBB. Windows color (decimal): -3293572 or 8175309. OLE color: 8175309.

HSL color Cylindrical-coordinate representation of color #CDBE7C: hue angle of 48.89º 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 #CDBE7C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205190124-
CMYK00.070.400.20
HSL48.89º44.75%64.51%-
HSV(B)48.89º39.51%80.39%-
XYZ47.2351.2626.47-
YUV186.9692.47140.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 124 (48.83% from 255) = 23.89%
R=39.50%
G=36.61%
B=23.89%

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
Decimal20519012400.070.400.2048.8944.7564.51
HexCDBE7C072814312d41
Octal3152761740750246155101
Binary110011011011111011111000111101000101001100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE7C; }

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

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

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

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

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

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

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

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