Shades of Twine #CA8C54
Tints of Twine #CA8C54
RGB
CMYK
RGB Variations
Color information
#CA8C54 (or 0xCA8C54) is known color: Twine. HEX triplet: CA, 8C and 54. RGB value is (202,140,84). Sum of RGB (Red+Green+Blue) = 202+140+84=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C54 is #3573AB. Grayscale: #989898. Windows color (decimal): -3503020 or 5541066. OLE color: 5541066.
HSL color Cylindrical-coordinate representation of color #CA8C54: hue angle of 28.47º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA8C54 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 84 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.21 |
| HSL | 28.47º | 0.53% | 0.56% | - |
| HSV(B) | 28.47º | 0.58% | 0.79% | - |
| XYZ | 35.34 | 31.95 | 12.69 | - |
| YUV | 152.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 84 | 0 | 0.31 | 0.58 | 0.21 | 28.47 | 0.53 | 0.56 |
| Hex | CA | 8C | 54 | 0 | 1F | 3A | 15 | 1C | 35 | 38 |
| Octal | 312 | 214 | 124 | 0 | 37 | 72 | 25 | 34 | 65 | 70 |
| Binary | 11001010 | 10001100 | 1010100 | 0 | 11111 | 111010 | 10101 | 11100 | 110101 | 111000 |
Color Harmonies of #CA8C54
Complementary color
Monochromatic Colors of #CA8C54
Black with #CA8C54
Text Example
Text Example
White with #CA8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C54; }
p { color: rgb(202,140,84); }
H1.HeaderClassName
{
color: #CA8C54;
}
.AnyTagClassName
{
color: #CA8C54;
}
</style>
background-color css
<style>
a { background-color: #CA8C54; }
a { background-color: rgb(202,140,84); }
div.DivClassName
{
background-color: #CA8C54;
}
.BgClassName
{
background-color: #CA8C54;
}
</style>
border-color css
<style>
span { border-color: #CA8C54; }
span { border-color: rgb(202,140,84); }
td.TdClassName
{
border-color: #CA8C54;
}
.TagClassName
{
border-color: #CA8C54;
}
</style>