Shades of Twine #CC9255
Tints of Twine #CC9255
RGB
CMYK
RGB Variations
Color information
#CC9255 (or 0xCC9255) is known color: Twine. HEX triplet: CC, 92 and 55. RGB value is (204,146,85). Sum of RGB (Red+Green+Blue) = 204+146+85=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9255 is #336DAA. Grayscale: #9C9C9C. Windows color (decimal): -3370411 or 5608140. OLE color: 5608140.
HSL color Cylindrical-coordinate representation of color #CC9255: hue angle of 30.76º 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 #CC9255 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 85 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.2 |
| HSL | 30.76º | 0.54% | 0.57% | - |
| HSV(B) | 30.76º | 0.58% | 0.8% | - |
| XYZ | 36.82 | 34.05 | 13.23 | - |
| YUV | 156.39 | 87.72 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 85 | 0 | 0.28 | 0.58 | 0.2 | 30.76 | 0.54 | 0.57 |
| Hex | CC | 92 | 55 | 0 | 1C | 3A | 14 | 1F | 36 | 39 |
| Octal | 314 | 222 | 125 | 0 | 34 | 72 | 24 | 37 | 66 | 71 |
| Binary | 11001100 | 10010010 | 1010101 | 0 | 11100 | 111010 | 10100 | 11111 | 110110 | 111001 |
Color Harmonies of #CC9255
Complementary color
Monochromatic Colors of #CC9255
Black with #CC9255
Text Example
Text Example
White with #CC9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9255; }
p { color: rgb(204,146,85); }
H1.HeaderClassName
{
color: #CC9255;
}
.AnyTagClassName
{
color: #CC9255;
}
</style>
background-color css
<style>
a { background-color: #CC9255; }
a { background-color: rgb(204,146,85); }
div.DivClassName
{
background-color: #CC9255;
}
.BgClassName
{
background-color: #CC9255;
}
</style>
border-color css
<style>
span { border-color: #CC9255; }
span { border-color: rgb(204,146,85); }
td.TdClassName
{
border-color: #CC9255;
}
.TagClassName
{
border-color: #CC9255;
}
</style>