#CDBF8B

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

Shades of Winter Hazel #CDBF8B

Tints of Winter Hazel #CDBF8B

Color information

#CDBF8B (or 0xCDBF8B) is unknown color: approx Winter Hazel. HEX triplet: CD, BF and 8B. RGB value is (205,191,139). Sum of RGB (Red+Green+Blue) = 205+191+139=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBF8B is #324074. Grayscale: #BDBDBD. Windows color (decimal): -3293301 or 9158605. OLE color: 9158605.

HSL color Cylindrical-coordinate representation of color #CDBF8B: hue angle of 47.27º 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 #CDBF8B is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB205191139-
CMYK00.070.320.20
HSL47.27º39.76%67.45%-
HSV(B)47.27º32.2%80.39%-
XYZ48.4752.131.93-
YUV189.2699.64139.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 139 (54.69% from 255) = 25.98%
R=38.32%
G=35.70%
B=25.98%

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
Decimal20519113900.070.320.2047.2739.7667.45
HexCDBF8B0720142f2843
Octal3152772130740245750103
Binary1100110110111111100010110111100000101001011111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBF8B; }

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

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

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

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

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

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

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

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