Shades of Raw Sienna #CA8051
Tints of Raw Sienna #CA8051
RGB
CMYK
RGB Variations
Color information
#CA8051 (or 0xCA8051) is known color: Raw Sienna. HEX triplet: CA, 80 and 51. RGB value is (202,128,81). Sum of RGB (Red+Green+Blue) = 202+128+81=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8051 is #357FAE. Grayscale: #919191. Windows color (decimal): -3506095 or 5341386. OLE color: 5341386.
HSL color Cylindrical-coordinate representation of color #CA8051: hue angle of 23.31º degrees, saturation: 0.53, 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 #CA8051 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 81 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.21 |
| HSL | 23.31º | 0.53% | 0.55% | - |
| HSV(B) | 23.31º | 0.6% | 0.79% | - |
| XYZ | 33.56 | 28.59 | 11.53 | - |
| YUV | 144.77 | 92.02 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 81 | 0 | 0.37 | 0.60 | 0.21 | 23.31 | 0.53 | 0.55 |
| Hex | CA | 80 | 51 | 0 | 25 | 3C | 15 | 17 | 35 | 37 |
| Octal | 312 | 200 | 121 | 0 | 45 | 74 | 25 | 27 | 65 | 67 |
| Binary | 11001010 | 10000000 | 1010001 | 0 | 100101 | 111100 | 10101 | 10111 | 110101 | 110111 |
Color Harmonies of #CA8051
Complementary color
Monochromatic Colors of #CA8051
Black with #CA8051
Text Example
Text Example
White with #CA8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8051; }
p { color: rgb(202,128,81); }
H1.HeaderClassName
{
color: #CA8051;
}
.AnyTagClassName
{
color: #CA8051;
}
</style>
background-color css
<style>
a { background-color: #CA8051; }
a { background-color: rgb(202,128,81); }
div.DivClassName
{
background-color: #CA8051;
}
.BgClassName
{
background-color: #CA8051;
}
</style>
border-color css
<style>
span { border-color: #CA8051; }
span { border-color: rgb(202,128,81); }
td.TdClassName
{
border-color: #CA8051;
}
.TagClassName
{
border-color: #CA8051;
}
</style>