#CBBB95

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

Shades of Sisal #CBBB95

Tints of Sisal #CBBB95

Color information

#CBBB95 (or 0xCBBB95) is unknown color: approx Sisal. HEX triplet: CB, BB and 95. RGB value is (203,187,149). Sum of RGB (Red+Green+Blue) = 203+187+149=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBB95 is #34446A. Grayscale: #BBBBBB. Windows color (decimal): -3425387 or 9812939. OLE color: 9812939.

HSL color Cylindrical-coordinate representation of color #CBBB95: hue angle of 42.22º degrees, saturation: 0.34, 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 #CBBB95 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203187149-
CMYK00.080.270.20
HSL42.22º34.18%69.02%-
HSV(B)42.22º26.6%79.61%-
XYZ47.8250.4135.64-
YUV187.45106.3139.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=37.66%
G=34.69%
B=27.64%

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
Decimal20318714900.080.270.2042.2234.1869.02
HexCBBB95081B142a2245
Octal31327322501033245242105
Binary1100101110111011100101010100011011101001010101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBB95; }

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

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

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

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

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

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

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

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