Shades of Twine #CC9558
Tints of Twine #CC9558
RGB
CMYK
RGB Variations
Color information
#CC9558 (or 0xCC9558) is known color: Twine. HEX triplet: CC, 95 and 58. RGB value is (204,149,88). Sum of RGB (Red+Green+Blue) = 204+149+88=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9558 is #336AA7. Grayscale: #9E9E9E. Windows color (decimal): -3369640 or 5805516. OLE color: 5805516.
HSL color Cylindrical-coordinate representation of color #CC9558: hue angle of 31.55º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC9558 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 88 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.2 |
| HSL | 31.55º | 0.53% | 0.57% | - |
| HSV(B) | 31.55º | 0.57% | 0.8% | - |
| XYZ | 37.41 | 35.04 | 14.02 | - |
| YUV | 158.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 88 | 0 | 0.27 | 0.57 | 0.2 | 31.55 | 0.53 | 0.57 |
| Hex | CC | 95 | 58 | 0 | 1B | 39 | 14 | 20 | 35 | 39 |
| Octal | 314 | 225 | 130 | 0 | 33 | 71 | 24 | 40 | 65 | 71 |
| Binary | 11001100 | 10010101 | 1011000 | 0 | 11011 | 111001 | 10100 | 100000 | 110101 | 111001 |
Color Harmonies of #CC9558
Complementary color
Monochromatic Colors of #CC9558
Black with #CC9558
Text Example
Text Example
White with #CC9558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9558; }
p { color: rgb(204,149,88); }
H1.HeaderClassName
{
color: #CC9558;
}
.AnyTagClassName
{
color: #CC9558;
}
</style>
background-color css
<style>
a { background-color: #CC9558; }
a { background-color: rgb(204,149,88); }
div.DivClassName
{
background-color: #CC9558;
}
.BgClassName
{
background-color: #CC9558;
}
</style>
border-color css
<style>
span { border-color: #CC9558; }
span { border-color: rgb(204,149,88); }
td.TdClassName
{
border-color: #CC9558;
}
.TagClassName
{
border-color: #CC9558;
}
</style>