Shades of Twine #CA9A55
Tints of Twine #CA9A55
RGB
CMYK
RGB Variations
Color information
#CA9A55 (or 0xCA9A55) is known color: Twine. HEX triplet: CA, 9A and 55. RGB value is (202,154,85). Sum of RGB (Red+Green+Blue) = 202+154+85=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A55 is #3565AA. Grayscale: #A0A0A0. Windows color (decimal): -3499435 or 5610186. OLE color: 5610186.
HSL color Cylindrical-coordinate representation of color #CA9A55: hue angle of 35.38º 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 #CA9A55 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 85 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.21 |
| HSL | 35.38º | 0.52% | 0.56% | - |
| HSV(B) | 35.38º | 0.58% | 0.79% | - |
| XYZ | 37.55 | 36.32 | 13.63 | - |
| YUV | 160.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 85 | 0 | 0.24 | 0.58 | 0.21 | 35.38 | 0.52 | 0.56 |
| Hex | CA | 9A | 55 | 0 | 18 | 3A | 15 | 23 | 34 | 38 |
| Octal | 312 | 232 | 125 | 0 | 30 | 72 | 25 | 43 | 64 | 70 |
| Binary | 11001010 | 10011010 | 1010101 | 0 | 11000 | 111010 | 10101 | 100011 | 110100 | 111000 |
Color Harmonies of #CA9A55
Complementary color
Monochromatic Colors of #CA9A55
Black with #CA9A55
Text Example
Text Example
White with #CA9A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A55; }
p { color: rgb(202,154,85); }
H1.HeaderClassName
{
color: #CA9A55;
}
.AnyTagClassName
{
color: #CA9A55;
}
</style>
background-color css
<style>
a { background-color: #CA9A55; }
a { background-color: rgb(202,154,85); }
div.DivClassName
{
background-color: #CA9A55;
}
.BgClassName
{
background-color: #CA9A55;
}
</style>
border-color css
<style>
span { border-color: #CA9A55; }
span { border-color: rgb(202,154,85); }
td.TdClassName
{
border-color: #CA9A55;
}
.TagClassName
{
border-color: #CA9A55;
}
</style>