#CBBF8E

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

Shades of Winter Hazel #CBBF8E

Tints of Winter Hazel #CBBF8E

Color information

#CBBF8E (or 0xCBBF8E) is unknown color: approx Winter Hazel. HEX triplet: CB, BF and 8E. RGB value is (203,191,142). Sum of RGB (Red+Green+Blue) = 203+191+142=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBF8E is #344071. Grayscale: #BDBDBD. Windows color (decimal): -3424370 or 9355211. OLE color: 9355211.

HSL color Cylindrical-coordinate representation of color #CBBF8E: hue angle of 48.2º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBBF8E is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203191142-
CMYK00.060.300.20
HSL48.2º36.97%67.65%-
HSV(B)48.2º30.05%79.61%-
XYZ48.1451.9133.07-
YUV189101.48137.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 142 (55.86% from 255) = 26.49%
R=37.87%
G=35.63%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319114200.060.300.2048.236.9767.65
HexCBBF8E061E14302544
Octal3132772160636246045104
Binary110010111011111110001110011011110101001100001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF8E; }

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

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

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

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

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

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

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

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