#CBBB96

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

Shades of Sisal #CBBB96

Tints of Sisal #CBBB96

Color information

#CBBB96 (or 0xCBBB96) is unknown color: approx Sisal. HEX triplet: CB, BB and 96. RGB value is (203,187,150). Sum of RGB (Red+Green+Blue) = 203+187+150=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBB96 is #344469. Grayscale: #BBBBBB. Windows color (decimal): -3425386 or 9878475. OLE color: 9878475.

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

Color convert

RGB203187150-
CMYK00.080.260.20
HSL41.89º33.76%69.22%-
HSV(B)41.89º26.11%79.61%-
XYZ47.950.4436.07-
YUV187.57106.8139.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=37.59%
G=34.63%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318715000.080.260.2041.8933.7669.22
HexCBBB96081A142a2245
Octal31327322601032245242105
Binary1100101110111011100101100100011010101001010101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBB96; }

 p { color: rgb(203,187,150); }

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

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

 a { background-color: rgb(203,187,150); }

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

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

 span { border-color: rgb(203,187,150); }

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