Shades of Twine #CC9053
Tints of Twine #CC9053
RGB
CMYK
RGB Variations
Color information
#CC9053 (or 0xCC9053) is known color: Twine. HEX triplet: CC, 90 and 53. RGB value is (204,144,83). Sum of RGB (Red+Green+Blue) = 204+144+83=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9053 is #336FAC. Grayscale: #9B9B9B. Windows color (decimal): -3370925 or 5476556. OLE color: 5476556.
HSL color Cylindrical-coordinate representation of color #CC9053: hue angle of 30.25º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC9053 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 83 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.2 |
| HSL | 30.25º | 0.54% | 0.56% | - |
| HSV(B) | 30.25º | 0.59% | 0.8% | - |
| XYZ | 36.44 | 33.41 | 12.71 | - |
| YUV | 154.99 | 87.38 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 83 | 0 | 0.29 | 0.59 | 0.2 | 30.25 | 0.54 | 0.56 |
| Hex | CC | 90 | 53 | 0 | 1D | 3B | 14 | 1E | 36 | 38 |
| Octal | 314 | 220 | 123 | 0 | 35 | 73 | 24 | 36 | 66 | 70 |
| Binary | 11001100 | 10010000 | 1010011 | 0 | 11101 | 111011 | 10100 | 11110 | 110110 | 111000 |
Color Harmonies of #CC9053
Complementary color
Monochromatic Colors of #CC9053
Black with #CC9053
Text Example
Text Example
White with #CC9053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9053; }
p { color: rgb(204,144,83); }
H1.HeaderClassName
{
color: #CC9053;
}
.AnyTagClassName
{
color: #CC9053;
}
</style>
background-color css
<style>
a { background-color: #CC9053; }
a { background-color: rgb(204,144,83); }
div.DivClassName
{
background-color: #CC9053;
}
.BgClassName
{
background-color: #CC9053;
}
</style>
border-color css
<style>
span { border-color: #CC9053; }
span { border-color: rgb(204,144,83); }
td.TdClassName
{
border-color: #CC9053;
}
.TagClassName
{
border-color: #CC9053;
}
</style>