Shades of Twine #CA985E
Tints of Twine #CA985E
RGB
CMYK
RGB Variations
Color information
#CA985E (or 0xCA985E) is known color: Twine. HEX triplet: CA, 98 and 5E. RGB value is (202,152,94). Sum of RGB (Red+Green+Blue) = 202+152+94=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA985E is #3567A1. Grayscale: #A0A0A0. Windows color (decimal): -3499938 or 6199498. OLE color: 6199498.
HSL color Cylindrical-coordinate representation of color #CA985E: hue angle of 32.22º 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 #CA985E is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 94 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.21 |
| HSL | 32.22º | 0.5% | 0.58% | - |
| HSV(B) | 32.22º | 0.53% | 0.79% | - |
| XYZ | 37.61 | 35.82 | 15.52 | - |
| YUV | 160.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 94 | 0 | 0.25 | 0.53 | 0.21 | 32.22 | 0.5 | 0.58 |
| Hex | CA | 98 | 5E | 0 | 19 | 35 | 15 | 20 | 32 | 3A |
| Octal | 312 | 230 | 136 | 0 | 31 | 65 | 25 | 40 | 62 | 72 |
| Binary | 11001010 | 10011000 | 1011110 | 0 | 11001 | 110101 | 10101 | 100000 | 110010 | 111010 |
Color Harmonies of #CA985E
Complementary color
Monochromatic Colors of #CA985E
Black with #CA985E
Text Example
Text Example
White with #CA985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA985E; }
p { color: rgb(202,152,94); }
H1.HeaderClassName
{
color: #CA985E;
}
.AnyTagClassName
{
color: #CA985E;
}
</style>
background-color css
<style>
a { background-color: #CA985E; }
a { background-color: rgb(202,152,94); }
div.DivClassName
{
background-color: #CA985E;
}
.BgClassName
{
background-color: #CA985E;
}
</style>
border-color css
<style>
span { border-color: #CA985E; }
span { border-color: rgb(202,152,94); }
td.TdClassName
{
border-color: #CA985E;
}
.TagClassName
{
border-color: #CA985E;
}
</style>