#CBBF86

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

Shades of Winter Hazel #CBBF86

Tints of Winter Hazel #CBBF86

Color information

#CBBF86 (or 0xCBBF86) is unknown color: approx Winter Hazel. HEX triplet: CB, BF and 86. RGB value is (203,191,134). Sum of RGB (Red+Green+Blue) = 203+191+134=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBF86 is #344079. Grayscale: #BCBCBC. Windows color (decimal): -3424378 or 8830923. OLE color: 8830923.

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

Color convert

RGB203191134-
CMYK00.060.340.20
HSL49.57º39.88%66.08%-
HSV(B)49.57º33.99%79.61%-
XYZ47.5651.6830.02-
YUV188.0997.48138.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 134 (52.73% from 255) = 25.38%
R=38.45%
G=36.17%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319113400.060.340.2049.5739.8866.08
HexCBBF86062214322842
Octal3132772060642246250102
Binary1100101110111111100001100110100010101001100101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF86; }

 p { color: rgb(203,191,134); }

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

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

 a { background-color: rgb(203,191,134); }

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

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

 span { border-color: rgb(203,191,134); }

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