Shades of Sisal #C4BAA6
Tints of Sisal #C4BAA6
RGB
CMYK
RGB Variations
Color information
#C4BAA6 (or 0xC4BAA6) is known color: Sisal. HEX triplet: C4, BA and A6. RGB value is (196,186,166). Sum of RGB (Red+Green+Blue) = 196+186+166=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAA6 is #3B4559. Grayscale: #BABABA. Windows color (decimal): -3884378 or 10926788. OLE color: 10926788.
HSL color Cylindrical-coordinate representation of color #C4BAA6: hue angle of 40º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BAA6 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 166 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.23 |
| HSL | 40º | 0.2% | 0.71% | - |
| HSV(B) | 40º | 0.15% | 0.77% | - |
| XYZ | 47.21 | 49.61 | 43.16 | - |
| YUV | 186.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 166 | 0 | 0.05 | 0.15 | 0.23 | 40 | 0.2 | 0.71 |
| Hex | C4 | BA | A6 | 0 | 5 | F | 17 | 28 | 14 | 47 |
| Octal | 304 | 272 | 246 | 0 | 5 | 17 | 27 | 50 | 24 | 107 |
| Binary | 11000100 | 10111010 | 10100110 | 0 | 101 | 1111 | 10111 | 101000 | 10100 | 1000111 |
Color Harmonies of #C4BAA6
Complementary color
Monochromatic Colors of #C4BAA6
Black with #C4BAA6
Text Example
Text Example
White with #C4BAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAA6; }
p { color: rgb(196,186,166); }
H1.HeaderClassName
{
color: #C4BAA6;
}
.AnyTagClassName
{
color: #C4BAA6;
}
</style>
background-color css
<style>
a { background-color: #C4BAA6; }
a { background-color: rgb(196,186,166); }
div.DivClassName
{
background-color: #C4BAA6;
}
.BgClassName
{
background-color: #C4BAA6;
}
</style>
border-color css
<style>
span { border-color: #C4BAA6; }
span { border-color: rgb(196,186,166); }
td.TdClassName
{
border-color: #C4BAA6;
}
.TagClassName
{
border-color: #C4BAA6;
}
</style>