Shades of Sisal #C4BAA4
Tints of Sisal #C4BAA4
RGB
CMYK
RGB Variations
Color information
#C4BAA4 (or 0xC4BAA4) is known color: Sisal. HEX triplet: C4, BA and A4. RGB value is (196,186,164). Sum of RGB (Red+Green+Blue) = 196+186+164=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAA4 is #3B455B. Grayscale: #BABABA. Windows color (decimal): -3884380 or 10795716. OLE color: 10795716.
HSL color Cylindrical-coordinate representation of color #C4BAA4: hue angle of 41.25º 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 #C4BAA4 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 164 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.23 |
| HSL | 41.25º | 0.21% | 0.71% | - |
| HSV(B) | 41.25º | 0.16% | 0.77% | - |
| XYZ | 47.02 | 49.53 | 42.2 | - |
| YUV | 186.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 164 | 0 | 0.05 | 0.16 | 0.23 | 41.25 | 0.21 | 0.71 |
| Hex | C4 | BA | A4 | 0 | 5 | 10 | 17 | 29 | 15 | 47 |
| Octal | 304 | 272 | 244 | 0 | 5 | 20 | 27 | 51 | 25 | 107 |
| Binary | 11000100 | 10111010 | 10100100 | 0 | 101 | 10000 | 10111 | 101001 | 10101 | 1000111 |
Color Harmonies of #C4BAA4
Complementary color
Monochromatic Colors of #C4BAA4
Black with #C4BAA4
Text Example
Text Example
White with #C4BAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAA4; }
p { color: rgb(196,186,164); }
H1.HeaderClassName
{
color: #C4BAA4;
}
.AnyTagClassName
{
color: #C4BAA4;
}
</style>
background-color css
<style>
a { background-color: #C4BAA4; }
a { background-color: rgb(196,186,164); }
div.DivClassName
{
background-color: #C4BAA4;
}
.BgClassName
{
background-color: #C4BAA4;
}
</style>
border-color css
<style>
span { border-color: #C4BAA4; }
span { border-color: rgb(196,186,164); }
td.TdClassName
{
border-color: #C4BAA4;
}
.TagClassName
{
border-color: #C4BAA4;
}
</style>