Shades of Twine #CC9355
Tints of Twine #CC9355
RGB
CMYK
RGB Variations
Color information
#CC9355 (or 0xCC9355) is known color: Twine. HEX triplet: CC, 93 and 55. RGB value is (204,147,85). Sum of RGB (Red+Green+Blue) = 204+147+85=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9355 is #336CAA. Grayscale: #9D9D9D. Windows color (decimal): -3370155 or 5608396. OLE color: 5608396.
HSL color Cylindrical-coordinate representation of color #CC9355: hue angle of 31.26º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC9355 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 85 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.2 |
| HSL | 31.26º | 0.54% | 0.57% | - |
| HSV(B) | 31.26º | 0.58% | 0.8% | - |
| XYZ | 36.98 | 34.36 | 13.28 | - |
| YUV | 156.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 85 | 0 | 0.28 | 0.58 | 0.2 | 31.26 | 0.54 | 0.57 |
| Hex | CC | 93 | 55 | 0 | 1C | 3A | 14 | 1F | 36 | 39 |
| Octal | 314 | 223 | 125 | 0 | 34 | 72 | 24 | 37 | 66 | 71 |
| Binary | 11001100 | 10010011 | 1010101 | 0 | 11100 | 111010 | 10100 | 11111 | 110110 | 111001 |
Color Harmonies of #CC9355
Complementary color
Monochromatic Colors of #CC9355
Black with #CC9355
Text Example
Text Example
White with #CC9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9355; }
p { color: rgb(204,147,85); }
H1.HeaderClassName
{
color: #CC9355;
}
.AnyTagClassName
{
color: #CC9355;
}
</style>
background-color css
<style>
a { background-color: #CC9355; }
a { background-color: rgb(204,147,85); }
div.DivClassName
{
background-color: #CC9355;
}
.BgClassName
{
background-color: #CC9355;
}
</style>
border-color css
<style>
span { border-color: #CC9355; }
span { border-color: rgb(204,147,85); }
td.TdClassName
{
border-color: #CC9355;
}
.TagClassName
{
border-color: #CC9355;
}
</style>