Shades of Twine #CC9851
Tints of Twine #CC9851
RGB
CMYK
RGB Variations
Color information
#CC9851 (or 0xCC9851) is known color: Twine. HEX triplet: CC, 98 and 51. RGB value is (204,152,81). Sum of RGB (Red+Green+Blue) = 204+152+81=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9851 is #3367AE. Grayscale: #9F9F9F. Windows color (decimal): -3368879 or 5347532. OLE color: 5347532.
HSL color Cylindrical-coordinate representation of color #CC9851: hue angle of 34.63º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC9851 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 81 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.2 |
| HSL | 34.63º | 0.55% | 0.56% | - |
| HSV(B) | 34.63º | 0.6% | 0.8% | - |
| XYZ | 37.62 | 35.89 | 12.73 | - |
| YUV | 159.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 81 | 0 | 0.25 | 0.60 | 0.2 | 34.63 | 0.55 | 0.56 |
| Hex | CC | 98 | 51 | 0 | 19 | 3C | 14 | 23 | 37 | 38 |
| Octal | 314 | 230 | 121 | 0 | 31 | 74 | 24 | 43 | 67 | 70 |
| Binary | 11001100 | 10011000 | 1010001 | 0 | 11001 | 111100 | 10100 | 100011 | 110111 | 111000 |
Color Harmonies of #CC9851
Complementary color
Monochromatic Colors of #CC9851
Black with #CC9851
Text Example
Text Example
White with #CC9851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9851; }
p { color: rgb(204,152,81); }
H1.HeaderClassName
{
color: #CC9851;
}
.AnyTagClassName
{
color: #CC9851;
}
</style>
background-color css
<style>
a { background-color: #CC9851; }
a { background-color: rgb(204,152,81); }
div.DivClassName
{
background-color: #CC9851;
}
.BgClassName
{
background-color: #CC9851;
}
</style>
border-color css
<style>
span { border-color: #CC9851; }
span { border-color: rgb(204,152,81); }
td.TdClassName
{
border-color: #CC9851;
}
.TagClassName
{
border-color: #CC9851;
}
</style>