#CBBD95

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

Shades of Sisal #CBBD95

Tints of Sisal #CBBD95

Color information

#CBBD95 (or 0xCBBD95) is unknown color: approx Sisal. HEX triplet: CB, BD and 95. RGB value is (203,189,149). Sum of RGB (Red+Green+Blue) = 203+189+149=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD95 is #34426A. Grayscale: #BCBCBC. Windows color (decimal): -3424875 or 9813451. OLE color: 9813451.

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

Color convert

RGB203189149-
CMYK00.070.270.20
HSL44.44º34.18%69.02%-
HSV(B)44.44º26.6%79.61%-
XYZ48.2551.2635.79-
YUV188.63105.64138.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=37.52%
G=34.94%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318914900.070.270.2044.4434.1869.02
HexCBBD95071B142c2245
Octal3132752250733245442105
Binary110010111011110110010101011111011101001011001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD95; }

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

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

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

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

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

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

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

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