Shades of Twine #CA8A50
Tints of Twine #CA8A50
RGB
CMYK
RGB Variations
Color information
#CA8A50 (or 0xCA8A50) is known color: Twine. HEX triplet: CA, 8A and 50. RGB value is (202,138,80). Sum of RGB (Red+Green+Blue) = 202+138+80=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A50 is #3575AF. Grayscale: #969696. Windows color (decimal): -3503536 or 5278410. OLE color: 5278410.
HSL color Cylindrical-coordinate representation of color #CA8A50: hue angle of 28.52º degrees, saturation: 0.54, 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 #CA8A50 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 80 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.21 |
| HSL | 28.52º | 0.54% | 0.55% | - |
| HSV(B) | 28.52º | 0.6% | 0.79% | - |
| XYZ | 34.89 | 31.31 | 11.79 | - |
| YUV | 150.52 | 88.2 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 80 | 0 | 0.32 | 0.60 | 0.21 | 28.52 | 0.54 | 0.55 |
| Hex | CA | 8A | 50 | 0 | 20 | 3C | 15 | 1D | 36 | 37 |
| Octal | 312 | 212 | 120 | 0 | 40 | 74 | 25 | 35 | 66 | 67 |
| Binary | 11001010 | 10001010 | 1010000 | 0 | 100000 | 111100 | 10101 | 11101 | 110110 | 110111 |
Color Harmonies of #CA8A50
Complementary color
Monochromatic Colors of #CA8A50
Black with #CA8A50
Text Example
Text Example
White with #CA8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A50; }
p { color: rgb(202,138,80); }
H1.HeaderClassName
{
color: #CA8A50;
}
.AnyTagClassName
{
color: #CA8A50;
}
</style>
background-color css
<style>
a { background-color: #CA8A50; }
a { background-color: rgb(202,138,80); }
div.DivClassName
{
background-color: #CA8A50;
}
.BgClassName
{
background-color: #CA8A50;
}
</style>
border-color css
<style>
span { border-color: #CA8A50; }
span { border-color: rgb(202,138,80); }
td.TdClassName
{
border-color: #CA8A50;
}
.TagClassName
{
border-color: #CA8A50;
}
</style>