Shades of Twine #CA9A56
Tints of Twine #CA9A56
RGB
CMYK
RGB Variations
Color information
#CA9A56 (or 0xCA9A56) is known color: Twine. HEX triplet: CA, 9A and 56. RGB value is (202,154,86). Sum of RGB (Red+Green+Blue) = 202+154+86=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A56 is #3565A9. Grayscale: #A0A0A0. Windows color (decimal): -3499434 or 5675722. OLE color: 5675722.
HSL color Cylindrical-coordinate representation of color #CA9A56: hue angle of 35.17º 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 #CA9A56 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 86 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.21 |
| HSL | 35.17º | 0.52% | 0.56% | - |
| HSV(B) | 35.17º | 0.57% | 0.79% | - |
| XYZ | 37.59 | 36.34 | 13.84 | - |
| YUV | 160.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 86 | 0 | 0.24 | 0.57 | 0.21 | 35.17 | 0.52 | 0.56 |
| Hex | CA | 9A | 56 | 0 | 18 | 39 | 15 | 23 | 34 | 38 |
| Octal | 312 | 232 | 126 | 0 | 30 | 71 | 25 | 43 | 64 | 70 |
| Binary | 11001010 | 10011010 | 1010110 | 0 | 11000 | 111001 | 10101 | 100011 | 110100 | 111000 |
Color Harmonies of #CA9A56
Complementary color
Monochromatic Colors of #CA9A56
Black with #CA9A56
Text Example
Text Example
White with #CA9A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A56; }
p { color: rgb(202,154,86); }
H1.HeaderClassName
{
color: #CA9A56;
}
.AnyTagClassName
{
color: #CA9A56;
}
</style>
background-color css
<style>
a { background-color: #CA9A56; }
a { background-color: rgb(202,154,86); }
div.DivClassName
{
background-color: #CA9A56;
}
.BgClassName
{
background-color: #CA9A56;
}
</style>
border-color css
<style>
span { border-color: #CA9A56; }
span { border-color: rgb(202,154,86); }
td.TdClassName
{
border-color: #CA9A56;
}
.TagClassName
{
border-color: #CA9A56;
}
</style>