#CDBE80

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

Shades of Winter Hazel #CDBE80

Tints of Winter Hazel #CDBE80

Color information

#CDBE80 (or 0xCDBE80) is unknown color: approx Winter Hazel. HEX triplet: CD, BE and 80. RGB value is (205,190,128). Sum of RGB (Red+Green+Blue) = 205+190+128=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBE80 is #32417F. Grayscale: #BBBBBB. Windows color (decimal): -3293568 or 8437453. OLE color: 8437453.

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

Color convert

RGB205190128-
CMYK00.070.380.20
HSL48.31º43.5%65.29%-
HSV(B)48.31º37.56%80.39%-
XYZ47.4951.3627.83-
YUV187.4294.47140.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 128 (50.39% from 255) = 24.47%
R=39.20%
G=36.33%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519012800.070.380.2048.3143.565.29
HexCDBE80072614302c41
Octal3152762000746246054101
Binary1100110110111110100000000111100110101001100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE80; }

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

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

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

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

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

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

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

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