Shades of Twine #CA975E
Tints of Twine #CA975E
RGB
CMYK
RGB Variations
Color information
#CA975E (or 0xCA975E) is known color: Twine. HEX triplet: CA, 97 and 5E. RGB value is (202,151,94). Sum of RGB (Red+Green+Blue) = 202+151+94=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA975E is #3568A1. Grayscale: #A0A0A0. Windows color (decimal): -3500194 or 6199242. OLE color: 6199242.
HSL color Cylindrical-coordinate representation of color #CA975E: hue angle of 31.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA975E is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 94 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.21 |
| HSL | 31.67º | 0.5% | 0.58% | - |
| HSV(B) | 31.67º | 0.53% | 0.79% | - |
| XYZ | 37.44 | 35.5 | 15.47 | - |
| YUV | 159.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 94 | 0 | 0.25 | 0.53 | 0.21 | 31.67 | 0.5 | 0.58 |
| Hex | CA | 97 | 5E | 0 | 19 | 35 | 15 | 20 | 32 | 3A |
| Octal | 312 | 227 | 136 | 0 | 31 | 65 | 25 | 40 | 62 | 72 |
| Binary | 11001010 | 10010111 | 1011110 | 0 | 11001 | 110101 | 10101 | 100000 | 110010 | 111010 |
Color Harmonies of #CA975E
Complementary color
Monochromatic Colors of #CA975E
Black with #CA975E
Text Example
Text Example
White with #CA975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA975E; }
p { color: rgb(202,151,94); }
H1.HeaderClassName
{
color: #CA975E;
}
.AnyTagClassName
{
color: #CA975E;
}
</style>
background-color css
<style>
a { background-color: #CA975E; }
a { background-color: rgb(202,151,94); }
div.DivClassName
{
background-color: #CA975E;
}
.BgClassName
{
background-color: #CA975E;
}
</style>
border-color css
<style>
span { border-color: #CA975E; }
span { border-color: rgb(202,151,94); }
td.TdClassName
{
border-color: #CA975E;
}
.TagClassName
{
border-color: #CA975E;
}
</style>