Shades of Twine #CA8E56
Tints of Twine #CA8E56
RGB
CMYK
RGB Variations
Color information
#CA8E56 (or 0xCA8E56) is known color: Twine. HEX triplet: CA, 8E and 56. RGB value is (202,142,86). Sum of RGB (Red+Green+Blue) = 202+142+86=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E56 is #3571A9. Grayscale: #999999. Windows color (decimal): -3502506 or 5672650. OLE color: 5672650.
HSL color Cylindrical-coordinate representation of color #CA8E56: hue angle of 28.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA8E56 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 142 | 86 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.21 |
| HSL | 28.97º | 0.52% | 0.56% | - |
| HSV(B) | 28.97º | 0.57% | 0.79% | - |
| XYZ | 35.71 | 32.57 | 13.21 | - |
| YUV | 153.56 | 89.88 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 86 | 0 | 0.30 | 0.57 | 0.21 | 28.97 | 0.52 | 0.56 |
| Hex | CA | 8E | 56 | 0 | 1E | 39 | 15 | 1D | 34 | 38 |
| Octal | 312 | 216 | 126 | 0 | 36 | 71 | 25 | 35 | 64 | 70 |
| Binary | 11001010 | 10001110 | 1010110 | 0 | 11110 | 111001 | 10101 | 11101 | 110100 | 111000 |
Color Harmonies of #CA8E56
Complementary color
Monochromatic Colors of #CA8E56
Black with #CA8E56
Text Example
Text Example
White with #CA8E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8E56; }
p { color: rgb(202,142,86); }
H1.HeaderClassName
{
color: #CA8E56;
}
.AnyTagClassName
{
color: #CA8E56;
}
</style>
background-color css
<style>
a { background-color: #CA8E56; }
a { background-color: rgb(202,142,86); }
div.DivClassName
{
background-color: #CA8E56;
}
.BgClassName
{
background-color: #CA8E56;
}
</style>
border-color css
<style>
span { border-color: #CA8E56; }
span { border-color: rgb(202,142,86); }
td.TdClassName
{
border-color: #CA8E56;
}
.TagClassName
{
border-color: #CA8E56;
}
</style>