#CDBE75

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

Shades of Winter Hazel #CDBE75

Tints of Winter Hazel #CDBE75

Color information

#CDBE75 (or 0xCDBE75) is unknown color: approx Winter Hazel. HEX triplet: CD, BE and 75. RGB value is (205,190,117). Sum of RGB (Red+Green+Blue) = 205+190+117=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBE75 is #32418A. Grayscale: #BABABA. Windows color (decimal): -3293579 or 7716557. OLE color: 7716557.

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

Color convert

RGB205190117-
CMYK00.070.430.20
HSL49.77º46.81%63.14%-
HSV(B)49.77º42.93%80.39%-
XYZ46.851.0924.22-
YUV186.1688.97141.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=40.04%
G=37.11%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519011700.070.430.2049.7746.8163.14
HexCDBE75072B14322f3f
Octal315276165075324625777
Binary11001101101111101110101011110101110100110010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE75; }

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

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

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

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

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

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

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

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