Shades of Twine #CA8C51
Tints of Twine #CA8C51
RGB
CMYK
RGB Variations
Color information
#CA8C51 (or 0xCA8C51) is known color: Twine. HEX triplet: CA, 8C and 51. RGB value is (202,140,81). Sum of RGB (Red+Green+Blue) = 202+140+81=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C51 is #3573AE. Grayscale: #989898. Windows color (decimal): -3503023 or 5344458. OLE color: 5344458.
HSL color Cylindrical-coordinate representation of color #CA8C51: hue angle of 29.26º 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 #CA8C51 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 81 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.21 |
| HSL | 29.26º | 0.53% | 0.55% | - |
| HSV(B) | 29.26º | 0.6% | 0.79% | - |
| XYZ | 35.22 | 31.91 | 12.09 | - |
| YUV | 151.81 | 88.04 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 81 | 0 | 0.31 | 0.60 | 0.21 | 29.26 | 0.53 | 0.55 |
| Hex | CA | 8C | 51 | 0 | 1F | 3C | 15 | 1D | 35 | 37 |
| Octal | 312 | 214 | 121 | 0 | 37 | 74 | 25 | 35 | 65 | 67 |
| Binary | 11001010 | 10001100 | 1010001 | 0 | 11111 | 111100 | 10101 | 11101 | 110101 | 110111 |
Color Harmonies of #CA8C51
Complementary color
Monochromatic Colors of #CA8C51
Black with #CA8C51
Text Example
Text Example
White with #CA8C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C51; }
p { color: rgb(202,140,81); }
H1.HeaderClassName
{
color: #CA8C51;
}
.AnyTagClassName
{
color: #CA8C51;
}
</style>
background-color css
<style>
a { background-color: #CA8C51; }
a { background-color: rgb(202,140,81); }
div.DivClassName
{
background-color: #CA8C51;
}
.BgClassName
{
background-color: #CA8C51;
}
</style>
border-color css
<style>
span { border-color: #CA8C51; }
span { border-color: rgb(202,140,81); }
td.TdClassName
{
border-color: #CA8C51;
}
.TagClassName
{
border-color: #CA8C51;
}
</style>