Shades of Twine #CA8952
Tints of Twine #CA8952
RGB
CMYK
RGB Variations
Color information
#CA8952 (or 0xCA8952) is known color: Twine. HEX triplet: CA, 89 and 52. RGB value is (202,137,82). Sum of RGB (Red+Green+Blue) = 202+137+82=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8952 is #3576AD. Grayscale: #969696. Windows color (decimal): -3503790 or 5409226. OLE color: 5409226.
HSL color Cylindrical-coordinate representation of color #CA8952: hue angle of 27.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA8952 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 82 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.21 |
| HSL | 27.5º | 0.53% | 0.56% | - |
| HSV(B) | 27.5º | 0.59% | 0.79% | - |
| XYZ | 34.83 | 31.06 | 12.14 | - |
| YUV | 150.17 | 89.53 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 82 | 0 | 0.32 | 0.59 | 0.21 | 27.5 | 0.53 | 0.56 |
| Hex | CA | 89 | 52 | 0 | 20 | 3B | 15 | 1C | 35 | 38 |
| Octal | 312 | 211 | 122 | 0 | 40 | 73 | 25 | 34 | 65 | 70 |
| Binary | 11001010 | 10001001 | 1010010 | 0 | 100000 | 111011 | 10101 | 11100 | 110101 | 111000 |
Color Harmonies of #CA8952
Complementary color
Monochromatic Colors of #CA8952
Black with #CA8952
Text Example
Text Example
White with #CA8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8952; }
p { color: rgb(202,137,82); }
H1.HeaderClassName
{
color: #CA8952;
}
.AnyTagClassName
{
color: #CA8952;
}
</style>
background-color css
<style>
a { background-color: #CA8952; }
a { background-color: rgb(202,137,82); }
div.DivClassName
{
background-color: #CA8952;
}
.BgClassName
{
background-color: #CA8952;
}
</style>
border-color css
<style>
span { border-color: #CA8952; }
span { border-color: rgb(202,137,82); }
td.TdClassName
{
border-color: #CA8952;
}
.TagClassName
{
border-color: #CA8952;
}
</style>