Shades of Twine #CA9A5D
Tints of Twine #CA9A5D
RGB
CMYK
RGB Variations
Color information
#CA9A5D (or 0xCA9A5D) is known color: Twine. HEX triplet: CA, 9A and 5D. RGB value is (202,154,93). Sum of RGB (Red+Green+Blue) = 202+154+93=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A5D is #3565A2. Grayscale: #A1A1A1. Windows color (decimal): -3499427 or 6134474. OLE color: 6134474.
HSL color Cylindrical-coordinate representation of color #CA9A5D: hue angle of 33.58º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA9A5D is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 93 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.21 |
| HSL | 33.58º | 0.51% | 0.58% | - |
| HSV(B) | 33.58º | 0.54% | 0.79% | - |
| XYZ | 37.89 | 36.46 | 15.4 | - |
| YUV | 161.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 93 | 0 | 0.24 | 0.54 | 0.21 | 33.58 | 0.51 | 0.58 |
| Hex | CA | 9A | 5D | 0 | 18 | 36 | 15 | 22 | 33 | 3A |
| Octal | 312 | 232 | 135 | 0 | 30 | 66 | 25 | 42 | 63 | 72 |
| Binary | 11001010 | 10011010 | 1011101 | 0 | 11000 | 110110 | 10101 | 100010 | 110011 | 111010 |
Color Harmonies of #CA9A5D
Complementary color
Monochromatic Colors of #CA9A5D
Black with #CA9A5D
Text Example
Text Example
White with #CA9A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A5D; }
p { color: rgb(202,154,93); }
H1.HeaderClassName
{
color: #CA9A5D;
}
.AnyTagClassName
{
color: #CA9A5D;
}
</style>
background-color css
<style>
a { background-color: #CA9A5D; }
a { background-color: rgb(202,154,93); }
div.DivClassName
{
background-color: #CA9A5D;
}
.BgClassName
{
background-color: #CA9A5D;
}
</style>
border-color css
<style>
span { border-color: #CA9A5D; }
span { border-color: rgb(202,154,93); }
td.TdClassName
{
border-color: #CA9A5D;
}
.TagClassName
{
border-color: #CA9A5D;
}
</style>