Shades of Sisal #C6BDA4
Tints of Sisal #C6BDA4
RGB
CMYK
RGB Variations
Color information
#C6BDA4 (or 0xC6BDA4) is known color: Sisal. HEX triplet: C6, BD and A4. RGB value is (198,189,164). Sum of RGB (Red+Green+Blue) = 198+189+164=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BDA4 is #39425B. Grayscale: #BCBCBC. Windows color (decimal): -3752540 or 10796486. OLE color: 10796486.
HSL color Cylindrical-coordinate representation of color #C6BDA4: hue angle of 44.12º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6BDA4 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 164 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.22 |
| HSL | 44.12º | 0.23% | 0.71% | - |
| HSV(B) | 44.12º | 0.17% | 0.78% | - |
| XYZ | 48.19 | 51.08 | 42.44 | - |
| YUV | 188.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 164 | 0 | 0.05 | 0.17 | 0.22 | 44.12 | 0.23 | 0.71 |
| Hex | C6 | BD | A4 | 0 | 5 | 11 | 16 | 2C | 17 | 47 |
| Octal | 306 | 275 | 244 | 0 | 5 | 21 | 26 | 54 | 27 | 107 |
| Binary | 11000110 | 10111101 | 10100100 | 0 | 101 | 10001 | 10110 | 101100 | 10111 | 1000111 |
Color Harmonies of #C6BDA4
Complementary color
Monochromatic Colors of #C6BDA4
Black with #C6BDA4
Text Example
Text Example
White with #C6BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDA4; }
p { color: rgb(198,189,164); }
H1.HeaderClassName
{
color: #C6BDA4;
}
.AnyTagClassName
{
color: #C6BDA4;
}
</style>
background-color css
<style>
a { background-color: #C6BDA4; }
a { background-color: rgb(198,189,164); }
div.DivClassName
{
background-color: #C6BDA4;
}
.BgClassName
{
background-color: #C6BDA4;
}
</style>
border-color css
<style>
span { border-color: #C6BDA4; }
span { border-color: rgb(198,189,164); }
td.TdClassName
{
border-color: #C6BDA4;
}
.TagClassName
{
border-color: #C6BDA4;
}
</style>