Shades of Twine #CA8E57
Tints of Twine #CA8E57
RGB
CMYK
RGB Variations
Color information
#CA8E57 (or 0xCA8E57) is known color: Twine. HEX triplet: CA, 8E and 57. RGB value is (202,142,87). Sum of RGB (Red+Green+Blue) = 202+142+87=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E57 is #3571A8. Grayscale: #999999. Windows color (decimal): -3502505 or 5738186. OLE color: 5738186.
HSL color Cylindrical-coordinate representation of color #CA8E57: hue angle of 28.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA8E57 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 142 | 87 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.21 |
| HSL | 28.7º | 0.52% | 0.57% | - |
| HSV(B) | 28.7º | 0.57% | 0.79% | - |
| XYZ | 35.75 | 32.59 | 13.42 | - |
| YUV | 153.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 87 | 0 | 0.30 | 0.57 | 0.21 | 28.7 | 0.52 | 0.57 |
| Hex | CA | 8E | 57 | 0 | 1E | 39 | 15 | 1D | 34 | 39 |
| Octal | 312 | 216 | 127 | 0 | 36 | 71 | 25 | 35 | 64 | 71 |
| Binary | 11001010 | 10001110 | 1010111 | 0 | 11110 | 111001 | 10101 | 11101 | 110100 | 111001 |
Color Harmonies of #CA8E57
Complementary color
Monochromatic Colors of #CA8E57
Black with #CA8E57
Text Example
Text Example
White with #CA8E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8E57; }
p { color: rgb(202,142,87); }
H1.HeaderClassName
{
color: #CA8E57;
}
.AnyTagClassName
{
color: #CA8E57;
}
</style>
background-color css
<style>
a { background-color: #CA8E57; }
a { background-color: rgb(202,142,87); }
div.DivClassName
{
background-color: #CA8E57;
}
.BgClassName
{
background-color: #CA8E57;
}
</style>
border-color css
<style>
span { border-color: #CA8E57; }
span { border-color: rgb(202,142,87); }
td.TdClassName
{
border-color: #CA8E57;
}
.TagClassName
{
border-color: #CA8E57;
}
</style>