Shades of Twine #CA965B
Tints of Twine #CA965B
RGB
CMYK
RGB Variations
Color information
#CA965B (or 0xCA965B) is known color: Twine. HEX triplet: CA, 96 and 5B. RGB value is (202,150,91). Sum of RGB (Red+Green+Blue) = 202+150+91=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA965B is #3569A4. Grayscale: #9F9F9F. Windows color (decimal): -3500453 or 6002378. OLE color: 6002378.
HSL color Cylindrical-coordinate representation of color #CA965B: hue angle of 31.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA965B is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 91 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.21 |
| HSL | 31.89º | 0.51% | 0.57% | - |
| HSV(B) | 31.89º | 0.55% | 0.79% | - |
| XYZ | 37.15 | 35.12 | 14.72 | - |
| YUV | 158.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 91 | 0 | 0.26 | 0.55 | 0.21 | 31.89 | 0.51 | 0.57 |
| Hex | CA | 96 | 5B | 0 | 1A | 37 | 15 | 20 | 33 | 39 |
| Octal | 312 | 226 | 133 | 0 | 32 | 67 | 25 | 40 | 63 | 71 |
| Binary | 11001010 | 10010110 | 1011011 | 0 | 11010 | 110111 | 10101 | 100000 | 110011 | 111001 |
Color Harmonies of #CA965B
Complementary color
Monochromatic Colors of #CA965B
Black with #CA965B
Text Example
Text Example
White with #CA965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA965B; }
p { color: rgb(202,150,91); }
H1.HeaderClassName
{
color: #CA965B;
}
.AnyTagClassName
{
color: #CA965B;
}
</style>
background-color css
<style>
a { background-color: #CA965B; }
a { background-color: rgb(202,150,91); }
div.DivClassName
{
background-color: #CA965B;
}
.BgClassName
{
background-color: #CA965B;
}
</style>
border-color css
<style>
span { border-color: #CA965B; }
span { border-color: rgb(202,150,91); }
td.TdClassName
{
border-color: #CA965B;
}
.TagClassName
{
border-color: #CA965B;
}
</style>