Shades of Twine #CA9B5D
Tints of Twine #CA9B5D
RGB
CMYK
RGB Variations
Color information
#CA9B5D (or 0xCA9B5D) is known color: Twine. HEX triplet: CA, 9B and 5D. RGB value is (202,155,93). Sum of RGB (Red+Green+Blue) = 202+155+93=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B5D is #3564A2. Grayscale: #A2A2A2. Windows color (decimal): -3499171 or 6134730. OLE color: 6134730.
HSL color Cylindrical-coordinate representation of color #CA9B5D: hue angle of 34.13º 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 #CA9B5D is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 93 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.21 |
| HSL | 34.13º | 0.51% | 0.58% | - |
| HSV(B) | 34.13º | 0.54% | 0.79% | - |
| XYZ | 38.05 | 36.79 | 15.45 | - |
| YUV | 161.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 93 | 0 | 0.23 | 0.54 | 0.21 | 34.13 | 0.51 | 0.58 |
| Hex | CA | 9B | 5D | 0 | 17 | 36 | 15 | 22 | 33 | 3A |
| Octal | 312 | 233 | 135 | 0 | 27 | 66 | 25 | 42 | 63 | 72 |
| Binary | 11001010 | 10011011 | 1011101 | 0 | 10111 | 110110 | 10101 | 100010 | 110011 | 111010 |
Color Harmonies of #CA9B5D
Complementary color
Monochromatic Colors of #CA9B5D
Black with #CA9B5D
Text Example
Text Example
White with #CA9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B5D; }
p { color: rgb(202,155,93); }
H1.HeaderClassName
{
color: #CA9B5D;
}
.AnyTagClassName
{
color: #CA9B5D;
}
</style>
background-color css
<style>
a { background-color: #CA9B5D; }
a { background-color: rgb(202,155,93); }
div.DivClassName
{
background-color: #CA9B5D;
}
.BgClassName
{
background-color: #CA9B5D;
}
</style>
border-color css
<style>
span { border-color: #CA9B5D; }
span { border-color: rgb(202,155,93); }
td.TdClassName
{
border-color: #CA9B5D;
}
.TagClassName
{
border-color: #CA9B5D;
}
</style>