#C5BCA2

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

Shades of Sisal #C5BCA2

Tints of Sisal #C5BCA2

Color information

#C5BCA2 (or 0xC5BCA2) is unknown color: approx Sisal. HEX triplet: C5, BC and A2. RGB value is (197,188,162). Sum of RGB (Red+Green+Blue) = 197+188+162=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCA2 is #3A435D. Grayscale: #BBBBBB. Windows color (decimal): -3818334 or 10665157. OLE color: 10665157.

HSL color Cylindrical-coordinate representation of color #C5BCA2: hue angle of 44.57º degrees, saturation: 0.23, 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 #C5BCA2 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB197188162-
CMYK00.050.180.23
HSL44.57º23.18%70.39%-
HSV(B)44.57º17.77%77.25%-
XYZ47.5350.4541.41-
YUV187.73113.48134.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.01%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 162 (63.67% from 255) = 29.62%
R=36.01%
G=34.37%
B=29.62%

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
Decimal19718816200.050.180.2344.5723.1870.39
HexC5BCA20512172d1746
Octal3052742420522275527106
Binary11000101101111001010001001011001010111101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCA2; }

 p { color: rgb(197,188,162); }

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

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

 a { background-color: rgb(197,188,162); }

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

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

 span { border-color: rgb(197,188,162); }

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