Shades of Sisal #C8BFA5
Tints of Sisal #C8BFA5
RGB
CMYK
RGB Variations
Color information
#C8BFA5 (or 0xC8BFA5) is known color: Sisal. HEX triplet: C8, BF and A5. RGB value is (200,191,165). Sum of RGB (Red+Green+Blue) = 200+191+165=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BFA5 is #37405A. Grayscale: #BEBEBE. Windows color (decimal): -3620955 or 10862536. OLE color: 10862536.
HSL color Cylindrical-coordinate representation of color #C8BFA5: hue angle of 44.57º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8BFA5 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 165 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.22 |
| HSL | 44.57º | 0.24% | 0.72% | - |
| HSV(B) | 44.57º | 0.18% | 0.78% | - |
| XYZ | 49.24 | 52.26 | 43.09 | - |
| YUV | 190.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 165 | 0 | 0.04 | 0.18 | 0.22 | 44.57 | 0.24 | 0.72 |
| Hex | C8 | BF | A5 | 0 | 4 | 12 | 16 | 2D | 18 | 48 |
| Octal | 310 | 277 | 245 | 0 | 4 | 22 | 26 | 55 | 30 | 110 |
| Binary | 11001000 | 10111111 | 10100101 | 0 | 100 | 10010 | 10110 | 101101 | 11000 | 1001000 |
Color Harmonies of #C8BFA5
Complementary color
Monochromatic Colors of #C8BFA5
Black with #C8BFA5
Text Example
Text Example
White with #C8BFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFA5; }
p { color: rgb(200,191,165); }
H1.HeaderClassName
{
color: #C8BFA5;
}
.AnyTagClassName
{
color: #C8BFA5;
}
</style>
background-color css
<style>
a { background-color: #C8BFA5; }
a { background-color: rgb(200,191,165); }
div.DivClassName
{
background-color: #C8BFA5;
}
.BgClassName
{
background-color: #C8BFA5;
}
</style>
border-color css
<style>
span { border-color: #C8BFA5; }
span { border-color: rgb(200,191,165); }
td.TdClassName
{
border-color: #C8BFA5;
}
.TagClassName
{
border-color: #C8BFA5;
}
</style>