Shades of Sisal #C6BFA5
Tints of Sisal #C6BFA5
RGB
CMYK
RGB Variations
Color information
#C6BFA5 (or 0xC6BFA5) is known color: Sisal. HEX triplet: C6, BF and A5. RGB value is (198,191,165). Sum of RGB (Red+Green+Blue) = 198+191+165=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BFA5 is #39405A. Grayscale: #BEBEBE. Windows color (decimal): -3752027 or 10862534. OLE color: 10862534.
HSL color Cylindrical-coordinate representation of color #C6BFA5: hue angle of 47.27º degrees, saturation: 0.22, 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 #C6BFA5 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 165 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.22 |
| HSL | 47.27º | 0.22% | 0.71% | - |
| HSV(B) | 47.27º | 0.17% | 0.78% | - |
| XYZ | 48.71 | 51.98 | 43.06 | - |
| YUV | 190.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 165 | 0 | 0.04 | 0.17 | 0.22 | 47.27 | 0.22 | 0.71 |
| Hex | C6 | BF | A5 | 0 | 4 | 11 | 16 | 2F | 16 | 47 |
| Octal | 306 | 277 | 245 | 0 | 4 | 21 | 26 | 57 | 26 | 107 |
| Binary | 11000110 | 10111111 | 10100101 | 0 | 100 | 10001 | 10110 | 101111 | 10110 | 1000111 |
Color Harmonies of #C6BFA5
Complementary color
Monochromatic Colors of #C6BFA5
Black with #C6BFA5
Text Example
Text Example
White with #C6BFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFA5; }
p { color: rgb(198,191,165); }
H1.HeaderClassName
{
color: #C6BFA5;
}
.AnyTagClassName
{
color: #C6BFA5;
}
</style>
background-color css
<style>
a { background-color: #C6BFA5; }
a { background-color: rgb(198,191,165); }
div.DivClassName
{
background-color: #C6BFA5;
}
.BgClassName
{
background-color: #C6BFA5;
}
</style>
border-color css
<style>
span { border-color: #C6BFA5; }
span { border-color: rgb(198,191,165); }
td.TdClassName
{
border-color: #C6BFA5;
}
.TagClassName
{
border-color: #C6BFA5;
}
</style>