#CDBE85

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

Shades of Winter Hazel #CDBE85

Tints of Winter Hazel #CDBE85

Color information

#CDBE85 (or 0xCDBE85) is unknown color: approx Winter Hazel. HEX triplet: CD, BE and 85. RGB value is (205,190,133). Sum of RGB (Red+Green+Blue) = 205+190+133=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBE85 is #32417A. Grayscale: #BCBCBC. Windows color (decimal): -3293563 or 8765133. OLE color: 8765133.

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

Color convert

RGB205190133-
CMYK00.070.350.20
HSL47.5º41.86%66.27%-
HSV(B)47.5º35.12%80.39%-
XYZ47.8251.529.61-
YUV187.9996.97140.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=38.83%
G=35.98%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519013300.070.350.2047.541.8666.27
HexCDBE85072314302a42
Octal3152762050743246052102
Binary1100110110111110100001010111100011101001100001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE85; }

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

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

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

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

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

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

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

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