Shades of Twine #CA9557
Tints of Twine #CA9557
RGB
CMYK
RGB Variations
Color information
#CA9557 (or 0xCA9557) is known color: Twine. HEX triplet: CA, 95 and 57. RGB value is (202,149,87). Sum of RGB (Red+Green+Blue) = 202+149+87=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9557 is #356AA8. Grayscale: #9E9E9E. Windows color (decimal): -3500713 or 5739978. OLE color: 5739978.
HSL color Cylindrical-coordinate representation of color #CA9557: hue angle of 32.35º 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 #CA9557 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 87 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.21 |
| HSL | 32.35º | 0.52% | 0.57% | - |
| HSV(B) | 32.35º | 0.57% | 0.79% | - |
| XYZ | 36.82 | 34.74 | 13.78 | - |
| YUV | 157.78 | 88.06 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 87 | 0 | 0.26 | 0.57 | 0.21 | 32.35 | 0.52 | 0.57 |
| Hex | CA | 95 | 57 | 0 | 1A | 39 | 15 | 20 | 34 | 39 |
| Octal | 312 | 225 | 127 | 0 | 32 | 71 | 25 | 40 | 64 | 71 |
| Binary | 11001010 | 10010101 | 1010111 | 0 | 11010 | 111001 | 10101 | 100000 | 110100 | 111001 |
Color Harmonies of #CA9557
Complementary color
Monochromatic Colors of #CA9557
Black with #CA9557
Text Example
Text Example
White with #CA9557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9557; }
p { color: rgb(202,149,87); }
H1.HeaderClassName
{
color: #CA9557;
}
.AnyTagClassName
{
color: #CA9557;
}
</style>
background-color css
<style>
a { background-color: #CA9557; }
a { background-color: rgb(202,149,87); }
div.DivClassName
{
background-color: #CA9557;
}
.BgClassName
{
background-color: #CA9557;
}
</style>
border-color css
<style>
span { border-color: #CA9557; }
span { border-color: rgb(202,149,87); }
td.TdClassName
{
border-color: #CA9557;
}
.TagClassName
{
border-color: #CA9557;
}
</style>