Shades of Raw Sienna #CE8050
Tints of Raw Sienna #CE8050
RGB
CMYK
RGB Variations
Color information
#CE8050 (or 0xCE8050) is known color: Raw Sienna. HEX triplet: CE, 80 and 50. RGB value is (206,128,80). Sum of RGB (Red+Green+Blue) = 206+128+80=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8050 is #317FAF. Grayscale: #929292. Windows color (decimal): -3243952 or 5275854. OLE color: 5275854.
HSL color Cylindrical-coordinate representation of color #CE8050: hue angle of 22.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE8050 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 80 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.19 |
| HSL | 22.86º | 0.56% | 0.56% | - |
| HSV(B) | 22.86º | 0.61% | 0.81% | - |
| XYZ | 34.62 | 29.14 | 11.39 | - |
| YUV | 145.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 80 | 0 | 0.38 | 0.61 | 0.19 | 22.86 | 0.56 | 0.56 |
| Hex | CE | 80 | 50 | 0 | 26 | 3D | 13 | 17 | 38 | 38 |
| Octal | 316 | 200 | 120 | 0 | 46 | 75 | 23 | 27 | 70 | 70 |
| Binary | 11001110 | 10000000 | 1010000 | 0 | 100110 | 111101 | 10011 | 10111 | 111000 | 111000 |
Color Harmonies of #CE8050
Complementary color
Monochromatic Colors of #CE8050
Black with #CE8050
Text Example
Text Example
White with #CE8050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8050; }
p { color: rgb(206,128,80); }
H1.HeaderClassName
{
color: #CE8050;
}
.AnyTagClassName
{
color: #CE8050;
}
</style>
background-color css
<style>
a { background-color: #CE8050; }
a { background-color: rgb(206,128,80); }
div.DivClassName
{
background-color: #CE8050;
}
.BgClassName
{
background-color: #CE8050;
}
</style>
border-color css
<style>
span { border-color: #CE8050; }
span { border-color: rgb(206,128,80); }
td.TdClassName
{
border-color: #CE8050;
}
.TagClassName
{
border-color: #CE8050;
}
</style>