Shades of Sisal #CCC197
Tints of Sisal #CCC197
RGB
CMYK
RGB Variations
Color information
#CCC197 (or 0xCCC197) is known color: Sisal. HEX triplet: CC, C1 and 97. RGB value is (204,193,151). Sum of RGB (Red+Green+Blue) = 204+193+151=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC197 is #333E68. Grayscale: #BFBFBF. Windows color (decimal): -3358313 or 9945548. OLE color: 9945548.
HSL color Cylindrical-coordinate representation of color #CCC197: hue angle of 47.55º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCC197 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 193 | 151 | - |
CMYK | 0 | 0.05 | 0.26 | 0.2 |
HSL | 47.55º | 0.34% | 0.7% | - |
HSV(B) | 47.55º | 0.26% | 0.8% | - |
XYZ | 49.56 | 53.21 | 36.94 | - |
YUV | 191.5 | 105.14 | 136.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 193 | 151 | 0 | 0.05 | 0.26 | 0.2 | 47.55 | 0.34 | 0.7 |
Hex | CC | C1 | 97 | 0 | 5 | 1A | 14 | 30 | 22 | 46 |
Octal | 314 | 301 | 227 | 0 | 5 | 32 | 24 | 60 | 42 | 106 |
Binary | 11001100 | 11000001 | 10010111 | 0 | 101 | 11010 | 10100 | 110000 | 100010 | 1000110 |
Color Harmonies of #CCC197
Complementary color
Monochromatic Colors of #CCC197
Black with #CCC197
Text Example
Text Example
White with #CCC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC197; }
p { color: rgb(204,193,151); }
H1.HeaderClassName
{
color: #CCC197;
}
.AnyTagClassName
{
color: #CCC197;
}
</style>
background-color css
<style>
a { background-color: #CCC197; }
a { background-color: rgb(204,193,151); }
div.DivClassName
{
background-color: #CCC197;
}
.BgClassName
{
background-color: #CCC197;
}
</style>
border-color css
<style>
span { border-color: #CCC197; }
span { border-color: rgb(204,193,151); }
td.TdClassName
{
border-color: #CCC197;
}
.TagClassName
{
border-color: #CCC197;
}
</style>