#CDBE8B

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

Shades of Winter Hazel #CDBE8B

Tints of Winter Hazel #CDBE8B

Color information

#CDBE8B (or 0xCDBE8B) is unknown color: approx Winter Hazel. HEX triplet: CD, BE and 8B. RGB value is (205,190,139). Sum of RGB (Red+Green+Blue) = 205+190+139=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBE8B is #324174. Grayscale: #BCBCBC. Windows color (decimal): -3293557 or 9158349. OLE color: 9158349.

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

Color convert

RGB205190139-
CMYK00.070.320.20
HSL46.36º39.76%67.45%-
HSV(B)46.36º32.2%80.39%-
XYZ48.2551.6731.86-
YUV188.6799.97139.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 139 (54.69% from 255) = 26.03%
R=38.39%
G=35.58%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519013900.070.320.2046.3639.7667.45
HexCDBE8B0720142e2843
Octal3152762130740245650103
Binary1100110110111110100010110111100000101001011101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE8B; }

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

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

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

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

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

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

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

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