#CDBF88

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

Shades of Winter Hazel #CDBF88

Tints of Winter Hazel #CDBF88

Color information

#CDBF88 (or 0xCDBF88) is unknown color: approx Winter Hazel. HEX triplet: CD, BF and 88. RGB value is (205,191,136). Sum of RGB (Red+Green+Blue) = 205+191+136=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBF88 is #324077. Grayscale: #BDBDBD. Windows color (decimal): -3293304 or 8961997. OLE color: 8961997.

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

Color convert

RGB205191136-
CMYK00.070.340.20
HSL47.83º40.83%66.86%-
HSV(B)47.83º33.66%80.39%-
XYZ48.2552.0230.79-
YUV188.9298.14139.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 136 (53.52% from 255) = 25.56%
R=38.53%
G=35.90%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519113600.070.340.2047.8340.8366.86
HexCDBF88072214302943
Octal3152772100742246051103
Binary1100110110111111100010000111100010101001100001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBF88; }

 p { color: rgb(205,191,136); }

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

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

 a { background-color: rgb(205,191,136); }

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

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

 span { border-color: rgb(205,191,136); }

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