Shades of Twine #CC9154
Tints of Twine #CC9154
RGB
CMYK
RGB Variations
Color information
#CC9154 (or 0xCC9154) is known color: Twine. HEX triplet: CC, 91 and 54. RGB value is (204,145,84). Sum of RGB (Red+Green+Blue) = 204+145+84=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9154 is #336EAB. Grayscale: #9B9B9B. Windows color (decimal): -3370668 or 5542348. OLE color: 5542348.
HSL color Cylindrical-coordinate representation of color #CC9154: hue angle of 30.5º 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 #CC9154 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 84 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.2 |
| HSL | 30.5º | 0.54% | 0.56% | - |
| HSV(B) | 30.5º | 0.59% | 0.8% | - |
| XYZ | 36.63 | 33.73 | 12.97 | - |
| YUV | 155.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 84 | 0 | 0.29 | 0.59 | 0.2 | 30.5 | 0.54 | 0.56 |
| Hex | CC | 91 | 54 | 0 | 1D | 3B | 14 | 1E | 36 | 38 |
| Octal | 314 | 221 | 124 | 0 | 35 | 73 | 24 | 36 | 66 | 70 |
| Binary | 11001100 | 10010001 | 1010100 | 0 | 11101 | 111011 | 10100 | 11110 | 110110 | 111000 |
Color Harmonies of #CC9154
Complementary color
Monochromatic Colors of #CC9154
Black with #CC9154
Text Example
Text Example
White with #CC9154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9154; }
p { color: rgb(204,145,84); }
H1.HeaderClassName
{
color: #CC9154;
}
.AnyTagClassName
{
color: #CC9154;
}
</style>
background-color css
<style>
a { background-color: #CC9154; }
a { background-color: rgb(204,145,84); }
div.DivClassName
{
background-color: #CC9154;
}
.BgClassName
{
background-color: #CC9154;
}
</style>
border-color css
<style>
span { border-color: #CC9154; }
span { border-color: rgb(204,145,84); }
td.TdClassName
{
border-color: #CC9154;
}
.TagClassName
{
border-color: #CC9154;
}
</style>