Shades of Twine #CA995D
Tints of Twine #CA995D
RGB
CMYK
RGB Variations
Color information
#CA995D (or 0xCA995D) is known color: Twine. HEX triplet: CA, 99 and 5D. RGB value is (202,153,93). Sum of RGB (Red+Green+Blue) = 202+153+93=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA995D is #3566A2. Grayscale: #A1A1A1. Windows color (decimal): -3499683 or 6134218. OLE color: 6134218.
HSL color Cylindrical-coordinate representation of color #CA995D: hue angle of 33.03º 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 #CA995D is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 93 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.21 |
| HSL | 33.03º | 0.51% | 0.58% | - |
| HSV(B) | 33.03º | 0.54% | 0.79% | - |
| XYZ | 37.72 | 36.13 | 15.34 | - |
| YUV | 160.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 93 | 0 | 0.24 | 0.54 | 0.21 | 33.03 | 0.51 | 0.58 |
| Hex | CA | 99 | 5D | 0 | 18 | 36 | 15 | 21 | 33 | 3A |
| Octal | 312 | 231 | 135 | 0 | 30 | 66 | 25 | 41 | 63 | 72 |
| Binary | 11001010 | 10011001 | 1011101 | 0 | 11000 | 110110 | 10101 | 100001 | 110011 | 111010 |
Color Harmonies of #CA995D
Complementary color
Monochromatic Colors of #CA995D
Black with #CA995D
Text Example
Text Example
White with #CA995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA995D; }
p { color: rgb(202,153,93); }
H1.HeaderClassName
{
color: #CA995D;
}
.AnyTagClassName
{
color: #CA995D;
}
</style>
background-color css
<style>
a { background-color: #CA995D; }
a { background-color: rgb(202,153,93); }
div.DivClassName
{
background-color: #CA995D;
}
.BgClassName
{
background-color: #CA995D;
}
</style>
border-color css
<style>
span { border-color: #CA995D; }
span { border-color: rgb(202,153,93); }
td.TdClassName
{
border-color: #CA995D;
}
.TagClassName
{
border-color: #CA995D;
}
</style>