Shades of Twine #CC9251
Tints of Twine #CC9251
RGB
CMYK
RGB Variations
Color information
#CC9251 (or 0xCC9251) is known color: Twine. HEX triplet: CC, 92 and 51. RGB value is (204,146,81). Sum of RGB (Red+Green+Blue) = 204+146+81=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9251 is #336DAE. Grayscale: #9C9C9C. Windows color (decimal): -3370415 or 5345996. OLE color: 5345996.
HSL color Cylindrical-coordinate representation of color #CC9251: hue angle of 31.71º 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 #CC9251 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 81 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.2 |
| HSL | 31.71º | 0.55% | 0.56% | - |
| HSV(B) | 31.71º | 0.6% | 0.8% | - |
| XYZ | 36.67 | 33.99 | 12.41 | - |
| YUV | 155.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 81 | 0 | 0.28 | 0.60 | 0.2 | 31.71 | 0.55 | 0.56 |
| Hex | CC | 92 | 51 | 0 | 1C | 3C | 14 | 20 | 37 | 38 |
| Octal | 314 | 222 | 121 | 0 | 34 | 74 | 24 | 40 | 67 | 70 |
| Binary | 11001100 | 10010010 | 1010001 | 0 | 11100 | 111100 | 10100 | 100000 | 110111 | 111000 |
Color Harmonies of #CC9251
Complementary color
Monochromatic Colors of #CC9251
Black with #CC9251
Text Example
Text Example
White with #CC9251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9251; }
p { color: rgb(204,146,81); }
H1.HeaderClassName
{
color: #CC9251;
}
.AnyTagClassName
{
color: #CC9251;
}
</style>
background-color css
<style>
a { background-color: #CC9251; }
a { background-color: rgb(204,146,81); }
div.DivClassName
{
background-color: #CC9251;
}
.BgClassName
{
background-color: #CC9251;
}
</style>
border-color css
<style>
span { border-color: #CC9251; }
span { border-color: rgb(204,146,81); }
td.TdClassName
{
border-color: #CC9251;
}
.TagClassName
{
border-color: #CC9251;
}
</style>