Shades of Twine #CA9B5E
Tints of Twine #CA9B5E
RGB
CMYK
RGB Variations
Color information
#CA9B5E (or 0xCA9B5E) is known color: Twine. HEX triplet: CA, 9B and 5E. RGB value is (202,155,94). Sum of RGB (Red+Green+Blue) = 202+155+94=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B5E is #3564A1. Grayscale: #A2A2A2. Windows color (decimal): -3499170 or 6200266. OLE color: 6200266.
HSL color Cylindrical-coordinate representation of color #CA9B5E: hue angle of 33.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA9B5E is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 94 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.21 |
| HSL | 33.89º | 0.5% | 0.58% | - |
| HSV(B) | 33.89º | 0.53% | 0.79% | - |
| XYZ | 38.1 | 36.81 | 15.69 | - |
| YUV | 162.1 | 89.57 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 94 | 0 | 0.23 | 0.53 | 0.21 | 33.89 | 0.5 | 0.58 |
| Hex | CA | 9B | 5E | 0 | 17 | 35 | 15 | 22 | 32 | 3A |
| Octal | 312 | 233 | 136 | 0 | 27 | 65 | 25 | 42 | 62 | 72 |
| Binary | 11001010 | 10011011 | 1011110 | 0 | 10111 | 110101 | 10101 | 100010 | 110010 | 111010 |
Color Harmonies of #CA9B5E
Complementary color
Monochromatic Colors of #CA9B5E
Black with #CA9B5E
Text Example
Text Example
White with #CA9B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B5E; }
p { color: rgb(202,155,94); }
H1.HeaderClassName
{
color: #CA9B5E;
}
.AnyTagClassName
{
color: #CA9B5E;
}
</style>
background-color css
<style>
a { background-color: #CA9B5E; }
a { background-color: rgb(202,155,94); }
div.DivClassName
{
background-color: #CA9B5E;
}
.BgClassName
{
background-color: #CA9B5E;
}
</style>
border-color css
<style>
span { border-color: #CA9B5E; }
span { border-color: rgb(202,155,94); }
td.TdClassName
{
border-color: #CA9B5E;
}
.TagClassName
{
border-color: #CA9B5E;
}
</style>