Shades of Twine #CA9D55
Tints of Twine #CA9D55
RGB
CMYK
RGB Variations
Color information
#CA9D55 (or 0xCA9D55) is known color: Twine. HEX triplet: CA, 9D and 55. RGB value is (202,157,85). Sum of RGB (Red+Green+Blue) = 202+157+85=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D55 is #3562AA. Grayscale: #A2A2A2. Windows color (decimal): -3498667 or 5610954. OLE color: 5610954.
HSL color Cylindrical-coordinate representation of color #CA9D55: hue angle of 36.92º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA9D55 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 85 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.21 |
| HSL | 36.92º | 0.52% | 0.56% | - |
| HSV(B) | 36.92º | 0.58% | 0.79% | - |
| XYZ | 38.05 | 37.33 | 13.79 | - |
| YUV | 162.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 85 | 0 | 0.22 | 0.58 | 0.21 | 36.92 | 0.52 | 0.56 |
| Hex | CA | 9D | 55 | 0 | 16 | 3A | 15 | 25 | 34 | 38 |
| Octal | 312 | 235 | 125 | 0 | 26 | 72 | 25 | 45 | 64 | 70 |
| Binary | 11001010 | 10011101 | 1010101 | 0 | 10110 | 111010 | 10101 | 100101 | 110100 | 111000 |
Color Harmonies of #CA9D55
Complementary color
Monochromatic Colors of #CA9D55
Black with #CA9D55
Text Example
Text Example
White with #CA9D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D55; }
p { color: rgb(202,157,85); }
H1.HeaderClassName
{
color: #CA9D55;
}
.AnyTagClassName
{
color: #CA9D55;
}
</style>
background-color css
<style>
a { background-color: #CA9D55; }
a { background-color: rgb(202,157,85); }
div.DivClassName
{
background-color: #CA9D55;
}
.BgClassName
{
background-color: #CA9D55;
}
</style>
border-color css
<style>
span { border-color: #CA9D55; }
span { border-color: rgb(202,157,85); }
td.TdClassName
{
border-color: #CA9D55;
}
.TagClassName
{
border-color: #CA9D55;
}
</style>