Shades of Twine #CA8850
Tints of Twine #CA8850
RGB
CMYK
RGB Variations
Color information
#CA8850 (or 0xCA8850) is known color: Twine. HEX triplet: CA, 88 and 50. RGB value is (202,136,80). Sum of RGB (Red+Green+Blue) = 202+136+80=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8850 is #3577AF. Grayscale: #959595. Windows color (decimal): -3504048 or 5277898. OLE color: 5277898.
HSL color Cylindrical-coordinate representation of color #CA8850: hue angle of 27.54º 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 #CA8850 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 80 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.21 |
| HSL | 27.54º | 0.54% | 0.55% | - |
| HSV(B) | 27.54º | 0.6% | 0.79% | - |
| XYZ | 34.61 | 30.74 | 11.7 | - |
| YUV | 149.35 | 88.87 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 80 | 0 | 0.33 | 0.60 | 0.21 | 27.54 | 0.54 | 0.55 |
| Hex | CA | 88 | 50 | 0 | 21 | 3C | 15 | 1C | 36 | 37 |
| Octal | 312 | 210 | 120 | 0 | 41 | 74 | 25 | 34 | 66 | 67 |
| Binary | 11001010 | 10001000 | 1010000 | 0 | 100001 | 111100 | 10101 | 11100 | 110110 | 110111 |
Color Harmonies of #CA8850
Complementary color
Monochromatic Colors of #CA8850
Black with #CA8850
Text Example
Text Example
White with #CA8850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8850; }
p { color: rgb(202,136,80); }
H1.HeaderClassName
{
color: #CA8850;
}
.AnyTagClassName
{
color: #CA8850;
}
</style>
background-color css
<style>
a { background-color: #CA8850; }
a { background-color: rgb(202,136,80); }
div.DivClassName
{
background-color: #CA8850;
}
.BgClassName
{
background-color: #CA8850;
}
</style>
border-color css
<style>
span { border-color: #CA8850; }
span { border-color: rgb(202,136,80); }
td.TdClassName
{
border-color: #CA8850;
}
.TagClassName
{
border-color: #CA8850;
}
</style>