#CDBE8E

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

Shades of Winter Hazel #CDBE8E

Tints of Winter Hazel #CDBE8E

Color information

#CDBE8E (or 0xCDBE8E) is unknown color: approx Winter Hazel. HEX triplet: CD, BE and 8E. RGB value is (205,190,142). Sum of RGB (Red+Green+Blue) = 205+190+142=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBE8E is #324171. Grayscale: #BDBDBD. Windows color (decimal): -3293554 or 9354957. OLE color: 9354957.

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

Color convert

RGB205190142-
CMYK00.070.310.20
HSL45.71º38.65%68.04%-
HSV(B)45.71º30.73%80.39%-
XYZ48.4751.7633.03-
YUV189.01101.47139.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 142 (55.86% from 255) = 26.44%
R=38.18%
G=35.38%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519014200.070.310.2045.7138.6568.04
HexCDBE8E071F142e2744
Octal3152762160737245647104
Binary110011011011111010001110011111111101001011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE8E; }

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

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

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

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

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

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

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

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