Shades of Twine #CA8C52
Tints of Twine #CA8C52
RGB
CMYK
RGB Variations
Color information
#CA8C52 (or 0xCA8C52) is known color: Twine. HEX triplet: CA, 8C and 52. RGB value is (202,140,82). Sum of RGB (Red+Green+Blue) = 202+140+82=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C52 is #3573AD. Grayscale: #989898. Windows color (decimal): -3503022 or 5409994. OLE color: 5409994.
HSL color Cylindrical-coordinate representation of color #CA8C52: hue angle of 29º 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 #CA8C52 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 82 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.21 |
| HSL | 29º | 0.53% | 0.56% | - |
| HSV(B) | 29º | 0.59% | 0.79% | - |
| XYZ | 35.26 | 31.92 | 12.29 | - |
| YUV | 151.93 | 88.54 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 82 | 0 | 0.31 | 0.59 | 0.21 | 29 | 0.53 | 0.56 |
| Hex | CA | 8C | 52 | 0 | 1F | 3B | 15 | 1D | 35 | 38 |
| Octal | 312 | 214 | 122 | 0 | 37 | 73 | 25 | 35 | 65 | 70 |
| Binary | 11001010 | 10001100 | 1010010 | 0 | 11111 | 111011 | 10101 | 11101 | 110101 | 111000 |
Color Harmonies of #CA8C52
Complementary color
Monochromatic Colors of #CA8C52
Black with #CA8C52
Text Example
Text Example
White with #CA8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C52; }
p { color: rgb(202,140,82); }
H1.HeaderClassName
{
color: #CA8C52;
}
.AnyTagClassName
{
color: #CA8C52;
}
</style>
background-color css
<style>
a { background-color: #CA8C52; }
a { background-color: rgb(202,140,82); }
div.DivClassName
{
background-color: #CA8C52;
}
.BgClassName
{
background-color: #CA8C52;
}
</style>
border-color css
<style>
span { border-color: #CA8C52; }
span { border-color: rgb(202,140,82); }
td.TdClassName
{
border-color: #CA8C52;
}
.TagClassName
{
border-color: #CA8C52;
}
</style>