#C4BAA1

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

Shades of Sisal #C4BAA1

Tints of Sisal #C4BAA1

Color information

#C4BAA1 (or 0xC4BAA1) is unknown color: approx Sisal. HEX triplet: C4, BA and A1. RGB value is (196,186,161). Sum of RGB (Red+Green+Blue) = 196+186+161=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAA1 is #3B455E. Grayscale: #BABABA. Windows color (decimal): -3884383 or 10599108. OLE color: 10599108.

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

Color convert

RGB196186161-
CMYK00.050.180.23
HSL42.86º22.88%70%-
HSV(B)42.86º17.86%76.86%-
XYZ46.7649.4340.79-
YUV186.14113.81135.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 161 (63.28% from 255) = 29.65%
R=36.10%
G=34.25%
B=29.65%

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
Decimal19618616100.050.180.2342.8622.8870
HexC4BAA10512172b1746
Octal3042722410522275327106
Binary11000100101110101010000101011001010111101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAA1; }

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

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

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

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

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

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

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

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