Shades of Twine #CC975A
Tints of Twine #CC975A
RGB
CMYK
RGB Variations
Color information
#CC975A (or 0xCC975A) is known color: Twine. HEX triplet: CC, 97 and 5A. RGB value is (204,151,90). Sum of RGB (Red+Green+Blue) = 204+151+90=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC975A is #3368A5. Grayscale: #A0A0A0. Windows color (decimal): -3369126 or 5937100. OLE color: 5937100.
HSL color Cylindrical-coordinate representation of color #CC975A: hue angle of 32.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC975A is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 90 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.2 |
| HSL | 32.11º | 0.53% | 0.58% | - |
| HSV(B) | 32.11º | 0.56% | 0.8% | - |
| XYZ | 37.81 | 35.71 | 14.57 | - |
| YUV | 159.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 90 | 0 | 0.26 | 0.56 | 0.2 | 32.11 | 0.53 | 0.58 |
| Hex | CC | 97 | 5A | 0 | 1A | 38 | 14 | 20 | 35 | 3A |
| Octal | 314 | 227 | 132 | 0 | 32 | 70 | 24 | 40 | 65 | 72 |
| Binary | 11001100 | 10010111 | 1011010 | 0 | 11010 | 111000 | 10100 | 100000 | 110101 | 111010 |
Color Harmonies of #CC975A
Complementary color
Monochromatic Colors of #CC975A
Black with #CC975A
Text Example
Text Example
White with #CC975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC975A; }
p { color: rgb(204,151,90); }
H1.HeaderClassName
{
color: #CC975A;
}
.AnyTagClassName
{
color: #CC975A;
}
</style>
background-color css
<style>
a { background-color: #CC975A; }
a { background-color: rgb(204,151,90); }
div.DivClassName
{
background-color: #CC975A;
}
.BgClassName
{
background-color: #CC975A;
}
</style>
border-color css
<style>
span { border-color: #CC975A; }
span { border-color: rgb(204,151,90); }
td.TdClassName
{
border-color: #CC975A;
}
.TagClassName
{
border-color: #CC975A;
}
</style>