#CBBB94

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

Shades of Sisal #CBBB94

Tints of Sisal #CBBB94

Color information

#CBBB94 (or 0xCBBB94) is unknown color: approx Sisal. HEX triplet: CB, BB and 94. RGB value is (203,187,148). Sum of RGB (Red+Green+Blue) = 203+187+148=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBB94 is #34446B. Grayscale: #BBBBBB. Windows color (decimal): -3425388 or 9747403. OLE color: 9747403.

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

Color convert

RGB203187148-
CMYK00.080.270.20
HSL42.55º34.59%68.82%-
HSV(B)42.55º27.09%79.61%-
XYZ47.7450.3835.22-
YUV187.34105.8139.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=37.73%
G=34.76%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318714800.080.270.2042.5534.5968.82
HexCBBB94081B142b2345
Octal31327322401033245343105
Binary1100101110111011100101000100011011101001010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBB94; }

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

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

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

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

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

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

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

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