Shades of Raw Sienna #CA8046
Tints of Raw Sienna #CA8046
RGB
CMYK
RGB Variations
Color information
#CA8046 (or 0xCA8046) is known color: Raw Sienna. HEX triplet: CA, 80 and 46. RGB value is (202,128,70). Sum of RGB (Red+Green+Blue) = 202+128+70=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8046 is #357FB9. Grayscale: #8F8F8F. Windows color (decimal): -3506106 or 4620490. OLE color: 4620490.
HSL color Cylindrical-coordinate representation of color #CA8046: hue angle of 26.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA8046 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 70 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.21 |
| HSL | 26.36º | 0.55% | 0.53% | - |
| HSV(B) | 26.36º | 0.65% | 0.79% | - |
| XYZ | 33.18 | 28.44 | 9.53 | - |
| YUV | 143.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 70 | 0 | 0.37 | 0.65 | 0.21 | 26.36 | 0.55 | 0.53 |
| Hex | CA | 80 | 46 | 0 | 25 | 41 | 15 | 1A | 37 | 35 |
| Octal | 312 | 200 | 106 | 0 | 45 | 101 | 25 | 32 | 67 | 65 |
| Binary | 11001010 | 10000000 | 1000110 | 0 | 100101 | 1000001 | 10101 | 11010 | 110111 | 110101 |
Color Harmonies of #CA8046
Complementary color
Monochromatic Colors of #CA8046
Black with #CA8046
Text Example
Text Example
White with #CA8046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8046; }
p { color: rgb(202,128,70); }
H1.HeaderClassName
{
color: #CA8046;
}
.AnyTagClassName
{
color: #CA8046;
}
</style>
background-color css
<style>
a { background-color: #CA8046; }
a { background-color: rgb(202,128,70); }
div.DivClassName
{
background-color: #CA8046;
}
.BgClassName
{
background-color: #CA8046;
}
</style>
border-color css
<style>
span { border-color: #CA8046; }
span { border-color: rgb(202,128,70); }
td.TdClassName
{
border-color: #CA8046;
}
.TagClassName
{
border-color: #CA8046;
}
</style>