Shades of Twine #CA8951
Tints of Twine #CA8951
RGB
CMYK
RGB Variations
Color information
#CA8951 (or 0xCA8951) is known color: Twine. HEX triplet: CA, 89 and 51. RGB value is (202,137,81). Sum of RGB (Red+Green+Blue) = 202+137+81=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8951 is #3576AE. Grayscale: #969696. Windows color (decimal): -3503791 or 5343690. OLE color: 5343690.
HSL color Cylindrical-coordinate representation of color #CA8951: hue angle of 27.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA8951 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 81 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.21 |
| HSL | 27.77º | 0.53% | 0.55% | - |
| HSV(B) | 27.77º | 0.6% | 0.79% | - |
| XYZ | 34.79 | 31.04 | 11.94 | - |
| YUV | 150.05 | 89.03 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 81 | 0 | 0.32 | 0.60 | 0.21 | 27.77 | 0.53 | 0.55 |
| Hex | CA | 89 | 51 | 0 | 20 | 3C | 15 | 1C | 35 | 37 |
| Octal | 312 | 211 | 121 | 0 | 40 | 74 | 25 | 34 | 65 | 67 |
| Binary | 11001010 | 10001001 | 1010001 | 0 | 100000 | 111100 | 10101 | 11100 | 110101 | 110111 |
Color Harmonies of #CA8951
Complementary color
Monochromatic Colors of #CA8951
Black with #CA8951
Text Example
Text Example
White with #CA8951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8951; }
p { color: rgb(202,137,81); }
H1.HeaderClassName
{
color: #CA8951;
}
.AnyTagClassName
{
color: #CA8951;
}
</style>
background-color css
<style>
a { background-color: #CA8951; }
a { background-color: rgb(202,137,81); }
div.DivClassName
{
background-color: #CA8951;
}
.BgClassName
{
background-color: #CA8951;
}
</style>
border-color css
<style>
span { border-color: #CA8951; }
span { border-color: rgb(202,137,81); }
td.TdClassName
{
border-color: #CA8951;
}
.TagClassName
{
border-color: #CA8951;
}
</style>