#C4BCA1

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

Shades of Sisal #C4BCA1

Tints of Sisal #C4BCA1

Color information

#C4BCA1 (or 0xC4BCA1) is unknown color: approx Sisal. HEX triplet: C4, BC and A1. RGB value is (196,188,161). Sum of RGB (Red+Green+Blue) = 196+188+161=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCA1 is #3B435E. Grayscale: #BBBBBB. Windows color (decimal): -3883871 or 10599620. OLE color: 10599620.

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

Color convert

RGB196188161-
CMYK00.040.180.23
HSL46.29º22.88%70%-
HSV(B)46.29º17.86%76.86%-
XYZ47.1850.2840.94-
YUV187.31113.15134.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=35.96%
G=34.50%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618816100.040.180.2346.2922.8870
HexC4BCA10412172e1746
Octal3042742410422275627106
Binary11000100101111001010000101001001010111101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCA1; }

 p { color: rgb(196,188,161); }

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

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

 a { background-color: rgb(196,188,161); }

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

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

 span { border-color: rgb(196,188,161); }

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