#CDBF83

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

Shades of Winter Hazel #CDBF83

Tints of Winter Hazel #CDBF83

Color information

#CDBF83 (or 0xCDBF83) is unknown color: approx Winter Hazel. HEX triplet: CD, BF and 83. RGB value is (205,191,131). Sum of RGB (Red+Green+Blue) = 205+191+131=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBF83 is #32407C. Grayscale: #BCBCBC. Windows color (decimal): -3293309 or 8634317. OLE color: 8634317.

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

Color convert

RGB205191131-
CMYK00.070.360.20
HSL48.65º42.53%65.88%-
HSV(B)48.65º36.1%80.39%-
XYZ47.951.8828.96-
YUV188.3595.64139.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 131 (51.56% from 255) = 24.86%
R=38.90%
G=36.24%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519113100.070.360.2048.6542.5365.88
HexCDBF83072414312b42
Octal3152772030744246153102
Binary1100110110111111100000110111100100101001100011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBF83; }

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

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

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

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

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

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

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

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