Shades of Sisal #CCC19B
Tints of Sisal #CCC19B
RGB
CMYK
RGB Variations
Color information
#CCC19B (or 0xCCC19B) is known color: Sisal. HEX triplet: CC, C1 and 9B. RGB value is (204,193,155). Sum of RGB (Red+Green+Blue) = 204+193+155=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC19B is #333E64. Grayscale: #C0C0C0. Windows color (decimal): -3358309 or 10207692. OLE color: 10207692.
HSL color Cylindrical-coordinate representation of color #CCC19B: hue angle of 46.53º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCC19B is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 155 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.2 |
| HSL | 46.53º | 0.32% | 0.7% | - |
| HSV(B) | 46.53º | 0.24% | 0.8% | - |
| XYZ | 49.89 | 53.34 | 38.68 | - |
| YUV | 191.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 155 | 0 | 0.05 | 0.24 | 0.2 | 46.53 | 0.32 | 0.7 |
| Hex | CC | C1 | 9B | 0 | 5 | 18 | 14 | 2F | 20 | 46 |
| Octal | 314 | 301 | 233 | 0 | 5 | 30 | 24 | 57 | 40 | 106 |
| Binary | 11001100 | 11000001 | 10011011 | 0 | 101 | 11000 | 10100 | 101111 | 100000 | 1000110 |
Color Harmonies of #CCC19B
Complementary color
Monochromatic Colors of #CCC19B
Black with #CCC19B
Text Example
Text Example
White with #CCC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC19B; }
p { color: rgb(204,193,155); }
H1.HeaderClassName
{
color: #CCC19B;
}
.AnyTagClassName
{
color: #CCC19B;
}
</style>
background-color css
<style>
a { background-color: #CCC19B; }
a { background-color: rgb(204,193,155); }
div.DivClassName
{
background-color: #CCC19B;
}
.BgClassName
{
background-color: #CCC19B;
}
</style>
border-color css
<style>
span { border-color: #CCC19B; }
span { border-color: rgb(204,193,155); }
td.TdClassName
{
border-color: #CCC19B;
}
.TagClassName
{
border-color: #CCC19B;
}
</style>