Shades of Sisal #C8BDA4
Tints of Sisal #C8BDA4
RGB
CMYK
RGB Variations
Color information
#C8BDA4 (or 0xC8BDA4) is known color: Sisal. HEX triplet: C8, BD and A4. RGB value is (200,189,164). Sum of RGB (Red+Green+Blue) = 200+189+164=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDA4 is #37425B. Grayscale: #BDBDBD. Windows color (decimal): -3621468 or 10796488. OLE color: 10796488.
HSL color Cylindrical-coordinate representation of color #C8BDA4: hue angle of 41.67º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8BDA4 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 164 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.22 |
| HSL | 41.67º | 0.25% | 0.71% | - |
| HSV(B) | 41.67º | 0.18% | 0.78% | - |
| XYZ | 48.72 | 51.35 | 42.47 | - |
| YUV | 189.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 164 | 0 | 0.06 | 0.18 | 0.22 | 41.67 | 0.25 | 0.71 |
| Hex | C8 | BD | A4 | 0 | 6 | 12 | 16 | 2A | 19 | 47 |
| Octal | 310 | 275 | 244 | 0 | 6 | 22 | 26 | 52 | 31 | 107 |
| Binary | 11001000 | 10111101 | 10100100 | 0 | 110 | 10010 | 10110 | 101010 | 11001 | 1000111 |
Color Harmonies of #C8BDA4
Complementary color
Monochromatic Colors of #C8BDA4
Black with #C8BDA4
Text Example
Text Example
White with #C8BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDA4; }
p { color: rgb(200,189,164); }
H1.HeaderClassName
{
color: #C8BDA4;
}
.AnyTagClassName
{
color: #C8BDA4;
}
</style>
background-color css
<style>
a { background-color: #C8BDA4; }
a { background-color: rgb(200,189,164); }
div.DivClassName
{
background-color: #C8BDA4;
}
.BgClassName
{
background-color: #C8BDA4;
}
</style>
border-color css
<style>
span { border-color: #C8BDA4; }
span { border-color: rgb(200,189,164); }
td.TdClassName
{
border-color: #C8BDA4;
}
.TagClassName
{
border-color: #C8BDA4;
}
</style>