Shades of Twine #CC9051
Tints of Twine #CC9051
RGB
CMYK
RGB Variations
Color information
#CC9051 (or 0xCC9051) is known color: Twine. HEX triplet: CC, 90 and 51. RGB value is (204,144,81). Sum of RGB (Red+Green+Blue) = 204+144+81=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9051 is #336FAE. Grayscale: #9B9B9B. Windows color (decimal): -3370927 or 5345484. OLE color: 5345484.
HSL color Cylindrical-coordinate representation of color #CC9051: hue angle of 30.73º 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 #CC9051 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 81 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.2 |
| HSL | 30.73º | 0.55% | 0.56% | - |
| HSV(B) | 30.73º | 0.6% | 0.8% | - |
| XYZ | 36.36 | 33.38 | 12.31 | - |
| YUV | 154.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 81 | 0 | 0.29 | 0.60 | 0.2 | 30.73 | 0.55 | 0.56 |
| Hex | CC | 90 | 51 | 0 | 1D | 3C | 14 | 1F | 37 | 38 |
| Octal | 314 | 220 | 121 | 0 | 35 | 74 | 24 | 37 | 67 | 70 |
| Binary | 11001100 | 10010000 | 1010001 | 0 | 11101 | 111100 | 10100 | 11111 | 110111 | 111000 |
Color Harmonies of #CC9051
Complementary color
Monochromatic Colors of #CC9051
Black with #CC9051
Text Example
Text Example
White with #CC9051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9051; }
p { color: rgb(204,144,81); }
H1.HeaderClassName
{
color: #CC9051;
}
.AnyTagClassName
{
color: #CC9051;
}
</style>
background-color css
<style>
a { background-color: #CC9051; }
a { background-color: rgb(204,144,81); }
div.DivClassName
{
background-color: #CC9051;
}
.BgClassName
{
background-color: #CC9051;
}
</style>
border-color css
<style>
span { border-color: #CC9051; }
span { border-color: rgb(204,144,81); }
td.TdClassName
{
border-color: #CC9051;
}
.TagClassName
{
border-color: #CC9051;
}
</style>