Shades of Raw Sienna #CA8550
Tints of Raw Sienna #CA8550
RGB
CMYK
RGB Variations
Color information
#CA8550 (or 0xCA8550) is known color: Raw Sienna. HEX triplet: CA, 85 and 50. RGB value is (202,133,80). Sum of RGB (Red+Green+Blue) = 202+133+80=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8550 is #357AAF. Grayscale: #939393. Windows color (decimal): -3504816 or 5277130. OLE color: 5277130.
HSL color Cylindrical-coordinate representation of color #CA8550: hue angle of 26.07º 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 #CA8550 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 80 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.21 |
| HSL | 26.07º | 0.54% | 0.55% | - |
| HSV(B) | 26.07º | 0.6% | 0.79% | - |
| XYZ | 34.19 | 29.91 | 11.56 | - |
| YUV | 147.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 80 | 0 | 0.34 | 0.60 | 0.21 | 26.07 | 0.54 | 0.55 |
| Hex | CA | 85 | 50 | 0 | 22 | 3C | 15 | 1A | 36 | 37 |
| Octal | 312 | 205 | 120 | 0 | 42 | 74 | 25 | 32 | 66 | 67 |
| Binary | 11001010 | 10000101 | 1010000 | 0 | 100010 | 111100 | 10101 | 11010 | 110110 | 110111 |
Color Harmonies of #CA8550
Complementary color
Monochromatic Colors of #CA8550
Black with #CA8550
Text Example
Text Example
White with #CA8550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8550; }
p { color: rgb(202,133,80); }
H1.HeaderClassName
{
color: #CA8550;
}
.AnyTagClassName
{
color: #CA8550;
}
</style>
background-color css
<style>
a { background-color: #CA8550; }
a { background-color: rgb(202,133,80); }
div.DivClassName
{
background-color: #CA8550;
}
.BgClassName
{
background-color: #CA8550;
}
</style>
border-color css
<style>
span { border-color: #CA8550; }
span { border-color: rgb(202,133,80); }
td.TdClassName
{
border-color: #CA8550;
}
.TagClassName
{
border-color: #CA8550;
}
</style>