Shades of Sisal #CCC09D
Tints of Sisal #CCC09D
RGB
CMYK
RGB Variations
Color information
#CCC09D (or 0xCCC09D) is known color: Sisal. HEX triplet: CC, C0 and 9D. RGB value is (204,192,157). Sum of RGB (Red+Green+Blue) = 204+192+157=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC09D is #333F62. Grayscale: #BFBFBF. Windows color (decimal): -3358563 or 10338508. OLE color: 10338508.
HSL color Cylindrical-coordinate representation of color #CCC09D: hue angle of 44.68º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC09D is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 192 | 157 | - |
CMYK | 0 | 0.06 | 0.23 | 0.2 |
HSL | 44.68º | 0.32% | 0.71% | - |
HSV(B) | 44.68º | 0.23% | 0.8% | - |
XYZ | 49.84 | 52.97 | 39.5 | - |
YUV | 191.6 | 108.48 | 136.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 192 | 157 | 0 | 0.06 | 0.23 | 0.2 | 44.68 | 0.32 | 0.71 |
Hex | CC | C0 | 9D | 0 | 6 | 17 | 14 | 2D | 20 | 47 |
Octal | 314 | 300 | 235 | 0 | 6 | 27 | 24 | 55 | 40 | 107 |
Binary | 11001100 | 11000000 | 10011101 | 0 | 110 | 10111 | 10100 | 101101 | 100000 | 1000111 |
Color Harmonies of #CCC09D
Complementary color
Monochromatic Colors of #CCC09D
Black with #CCC09D
Text Example
Text Example
White with #CCC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC09D; }
p { color: rgb(204,192,157); }
H1.HeaderClassName
{
color: #CCC09D;
}
.AnyTagClassName
{
color: #CCC09D;
}
</style>
background-color css
<style>
a { background-color: #CCC09D; }
a { background-color: rgb(204,192,157); }
div.DivClassName
{
background-color: #CCC09D;
}
.BgClassName
{
background-color: #CCC09D;
}
</style>
border-color css
<style>
span { border-color: #CCC09D; }
span { border-color: rgb(204,192,157); }
td.TdClassName
{
border-color: #CCC09D;
}
.TagClassName
{
border-color: #CCC09D;
}
</style>