#C5BBA1

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

Shades of Sisal #C5BBA1

Tints of Sisal #C5BBA1

Color information

#C5BBA1 (or 0xC5BBA1) is unknown color: approx Sisal. HEX triplet: C5, BB and A1. RGB value is (197,187,161). Sum of RGB (Red+Green+Blue) = 197+187+161=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BBA1 is #3A445E. Grayscale: #BBBBBB. Windows color (decimal): -3818591 or 10599365. OLE color: 10599365.

HSL color Cylindrical-coordinate representation of color #C5BBA1: hue angle of 43.33º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5BBA1 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB197187161-
CMYK00.050.180.23
HSL43.33º23.68%70.2%-
HSV(B)43.33º18.27%77.25%-
XYZ47.2349.9840.88-
YUV187.03113.31135.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=36.15%
G=34.31%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718716100.050.180.2343.3323.6870.2
HexC5BBA10512172b1846
Octal3052732410522275330106
Binary11000101101110111010000101011001010111101011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBA1; }

 p { color: rgb(197,187,161); }

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

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

 a { background-color: rgb(197,187,161); }

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

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

 span { border-color: rgb(197,187,161); }

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