#C4BCA5

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

Shades of Sisal #C4BCA5

Tints of Sisal #C4BCA5

Color information

#C4BCA5 (or 0xC4BCA5) is unknown color: approx Sisal. HEX triplet: C4, BC and A5. RGB value is (196,188,165). Sum of RGB (Red+Green+Blue) = 196+188+165=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCA5 is #3B435A. Grayscale: #BBBBBB. Windows color (decimal): -3883867 or 10861764. OLE color: 10861764.

HSL color Cylindrical-coordinate representation of color #C4BCA5: hue angle of 44.52º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BCA5 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB196188165-
CMYK00.040.160.23
HSL44.52º20.81%70.78%-
HSV(B)44.52º15.82%76.86%-
XYZ47.5450.4242.82-
YUV187.77115.15133.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 165 (64.84% from 255) = 30.05%
R=35.70%
G=34.24%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618816500.040.160.2344.5220.8170.78
HexC4BCA50410172d1547
Octal3042742450420275525107
Binary11000100101111001010010101001000010111101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCA5; }

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

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

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

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

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

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

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

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