Shades of Raw Sienna #CA8250
Tints of Raw Sienna #CA8250
RGB
CMYK
RGB Variations
Color information
#CA8250 (or 0xCA8250) is known color: Raw Sienna. HEX triplet: CA, 82 and 50. RGB value is (202,130,80). Sum of RGB (Red+Green+Blue) = 202+130+80=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8250 is #357DAF. Grayscale: #929292. Windows color (decimal): -3505584 or 5276362. OLE color: 5276362.
HSL color Cylindrical-coordinate representation of color #CA8250: hue angle of 24.59º 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 #CA8250 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 80 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.21 |
| HSL | 24.59º | 0.54% | 0.55% | - |
| HSV(B) | 24.59º | 0.6% | 0.79% | - |
| XYZ | 33.79 | 29.1 | 11.43 | - |
| YUV | 145.83 | 90.85 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 80 | 0 | 0.36 | 0.60 | 0.21 | 24.59 | 0.54 | 0.55 |
| Hex | CA | 82 | 50 | 0 | 24 | 3C | 15 | 19 | 36 | 37 |
| Octal | 312 | 202 | 120 | 0 | 44 | 74 | 25 | 31 | 66 | 67 |
| Binary | 11001010 | 10000010 | 1010000 | 0 | 100100 | 111100 | 10101 | 11001 | 110110 | 110111 |
Color Harmonies of #CA8250
Complementary color
Monochromatic Colors of #CA8250
Black with #CA8250
Text Example
Text Example
White with #CA8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8250; }
p { color: rgb(202,130,80); }
H1.HeaderClassName
{
color: #CA8250;
}
.AnyTagClassName
{
color: #CA8250;
}
</style>
background-color css
<style>
a { background-color: #CA8250; }
a { background-color: rgb(202,130,80); }
div.DivClassName
{
background-color: #CA8250;
}
.BgClassName
{
background-color: #CA8250;
}
</style>
border-color css
<style>
span { border-color: #CA8250; }
span { border-color: rgb(202,130,80); }
td.TdClassName
{
border-color: #CA8250;
}
.TagClassName
{
border-color: #CA8250;
}
</style>