Shades of Twine #CA8753
Tints of Twine #CA8753
RGB
CMYK
RGB Variations
Color information
#CA8753 (or 0xCA8753) is known color: Twine. HEX triplet: CA, 87 and 53. RGB value is (202,135,83). Sum of RGB (Red+Green+Blue) = 202+135+83=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8753 is #3578AC. Grayscale: #959595. Windows color (decimal): -3504301 or 5474250. OLE color: 5474250.
HSL color Cylindrical-coordinate representation of color #CA8753: hue angle of 26.22º 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 #CA8753 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 83 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.21 |
| HSL | 26.22º | 0.53% | 0.56% | - |
| HSV(B) | 26.22º | 0.59% | 0.79% | - |
| XYZ | 34.58 | 30.51 | 12.25 | - |
| YUV | 149.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 83 | 0 | 0.33 | 0.59 | 0.21 | 26.22 | 0.53 | 0.56 |
| Hex | CA | 87 | 53 | 0 | 21 | 3B | 15 | 1A | 35 | 38 |
| Octal | 312 | 207 | 123 | 0 | 41 | 73 | 25 | 32 | 65 | 70 |
| Binary | 11001010 | 10000111 | 1010011 | 0 | 100001 | 111011 | 10101 | 11010 | 110101 | 111000 |
Color Harmonies of #CA8753
Complementary color
Monochromatic Colors of #CA8753
Black with #CA8753
Text Example
Text Example
White with #CA8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8753; }
p { color: rgb(202,135,83); }
H1.HeaderClassName
{
color: #CA8753;
}
.AnyTagClassName
{
color: #CA8753;
}
</style>
background-color css
<style>
a { background-color: #CA8753; }
a { background-color: rgb(202,135,83); }
div.DivClassName
{
background-color: #CA8753;
}
.BgClassName
{
background-color: #CA8753;
}
</style>
border-color css
<style>
span { border-color: #CA8753; }
span { border-color: rgb(202,135,83); }
td.TdClassName
{
border-color: #CA8753;
}
.TagClassName
{
border-color: #CA8753;
}
</style>