#CDBE8C

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

Shades of Winter Hazel #CDBE8C

Tints of Winter Hazel #CDBE8C

Color information

#CDBE8C (or 0xCDBE8C) is unknown color: approx Winter Hazel. HEX triplet: CD, BE and 8C. RGB value is (205,190,140). Sum of RGB (Red+Green+Blue) = 205+190+140=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBE8C is #324173. Grayscale: #BDBDBD. Windows color (decimal): -3293556 or 9223885. OLE color: 9223885.

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

Color convert

RGB205190140-
CMYK00.070.320.20
HSL46.15º39.39%67.65%-
HSV(B)46.15º31.71%80.39%-
XYZ48.3251.732.24-
YUV188.78100.47139.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=38.32%
G=35.51%
B=26.17%

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
Decimal20519014000.070.320.2046.1539.3967.65
HexCDBE8C0720142e2744
Octal3152762140740245647104
Binary1100110110111110100011000111100000101001011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE8C; }

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

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

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

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

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

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

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

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