Shades of Twine #CA9B57
Tints of Twine #CA9B57
RGB
CMYK
RGB Variations
Color information
#CA9B57 (or 0xCA9B57) is known color: Twine. HEX triplet: CA, 9B and 57. RGB value is (202,155,87). Sum of RGB (Red+Green+Blue) = 202+155+87=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B57 is #3564A8. Grayscale: #A1A1A1. Windows color (decimal): -3499177 or 5741514. OLE color: 5741514.
HSL color Cylindrical-coordinate representation of color #CA9B57: hue angle of 35.48º 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 #CA9B57 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 87 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.21 |
| HSL | 35.48º | 0.52% | 0.57% | - |
| HSV(B) | 35.48º | 0.57% | 0.79% | - |
| XYZ | 37.8 | 36.69 | 14.11 | - |
| YUV | 161.3 | 86.07 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 87 | 0 | 0.23 | 0.57 | 0.21 | 35.48 | 0.52 | 0.57 |
| Hex | CA | 9B | 57 | 0 | 17 | 39 | 15 | 23 | 34 | 39 |
| Octal | 312 | 233 | 127 | 0 | 27 | 71 | 25 | 43 | 64 | 71 |
| Binary | 11001010 | 10011011 | 1010111 | 0 | 10111 | 111001 | 10101 | 100011 | 110100 | 111001 |
Color Harmonies of #CA9B57
Complementary color
Monochromatic Colors of #CA9B57
Black with #CA9B57
Text Example
Text Example
White with #CA9B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B57; }
p { color: rgb(202,155,87); }
H1.HeaderClassName
{
color: #CA9B57;
}
.AnyTagClassName
{
color: #CA9B57;
}
</style>
background-color css
<style>
a { background-color: #CA9B57; }
a { background-color: rgb(202,155,87); }
div.DivClassName
{
background-color: #CA9B57;
}
.BgClassName
{
background-color: #CA9B57;
}
</style>
border-color css
<style>
span { border-color: #CA9B57; }
span { border-color: rgb(202,155,87); }
td.TdClassName
{
border-color: #CA9B57;
}
.TagClassName
{
border-color: #CA9B57;
}
</style>