Shades of Twine #CA8F50
Tints of Twine #CA8F50
RGB
CMYK
RGB Variations
Color information
#CA8F50 (or 0xCA8F50) is known color: Twine. HEX triplet: CA, 8F and 50. RGB value is (202,143,80). Sum of RGB (Red+Green+Blue) = 202+143+80=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F50 is #3570AF. Grayscale: #999999. Windows color (decimal): -3502256 or 5279690. OLE color: 5279690.
HSL color Cylindrical-coordinate representation of color #CA8F50: hue angle of 30.98º 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 #CA8F50 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 80 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.21 |
| HSL | 30.98º | 0.54% | 0.55% | - |
| HSV(B) | 30.98º | 0.6% | 0.79% | - |
| XYZ | 35.63 | 32.78 | 12.04 | - |
| YUV | 153.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 80 | 0 | 0.29 | 0.60 | 0.21 | 30.98 | 0.54 | 0.55 |
| Hex | CA | 8F | 50 | 0 | 1D | 3C | 15 | 1F | 36 | 37 |
| Octal | 312 | 217 | 120 | 0 | 35 | 74 | 25 | 37 | 66 | 67 |
| Binary | 11001010 | 10001111 | 1010000 | 0 | 11101 | 111100 | 10101 | 11111 | 110110 | 110111 |
Color Harmonies of #CA8F50
Complementary color
Monochromatic Colors of #CA8F50
Black with #CA8F50
Text Example
Text Example
White with #CA8F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F50; }
p { color: rgb(202,143,80); }
H1.HeaderClassName
{
color: #CA8F50;
}
.AnyTagClassName
{
color: #CA8F50;
}
</style>
background-color css
<style>
a { background-color: #CA8F50; }
a { background-color: rgb(202,143,80); }
div.DivClassName
{
background-color: #CA8F50;
}
.BgClassName
{
background-color: #CA8F50;
}
</style>
border-color css
<style>
span { border-color: #CA8F50; }
span { border-color: rgb(202,143,80); }
td.TdClassName
{
border-color: #CA8F50;
}
.TagClassName
{
border-color: #CA8F50;
}
</style>