Shades of Raw Sienna #CE804F
Tints of Raw Sienna #CE804F
RGB
CMYK
RGB Variations
Color information
#CE804F (or 0xCE804F) is known color: Raw Sienna. HEX triplet: CE, 80 and 4F. RGB value is (206,128,79). Sum of RGB (Red+Green+Blue) = 206+128+79=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE804F is #317FB0. Grayscale: #929292. Windows color (decimal): -3243953 or 5210318. OLE color: 5210318.
HSL color Cylindrical-coordinate representation of color #CE804F: hue angle of 23.15º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE804F is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 79 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.19 |
| HSL | 23.15º | 0.56% | 0.56% | - |
| HSV(B) | 23.15º | 0.62% | 0.81% | - |
| XYZ | 34.58 | 29.12 | 11.2 | - |
| YUV | 145.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 79 | 0 | 0.38 | 0.62 | 0.19 | 23.15 | 0.56 | 0.56 |
| Hex | CE | 80 | 4F | 0 | 26 | 3E | 13 | 17 | 38 | 38 |
| Octal | 316 | 200 | 117 | 0 | 46 | 76 | 23 | 27 | 70 | 70 |
| Binary | 11001110 | 10000000 | 1001111 | 0 | 100110 | 111110 | 10011 | 10111 | 111000 | 111000 |
Color Harmonies of #CE804F
Complementary color
Monochromatic Colors of #CE804F
Black with #CE804F
Text Example
Text Example
White with #CE804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE804F; }
p { color: rgb(206,128,79); }
H1.HeaderClassName
{
color: #CE804F;
}
.AnyTagClassName
{
color: #CE804F;
}
</style>
background-color css
<style>
a { background-color: #CE804F; }
a { background-color: rgb(206,128,79); }
div.DivClassName
{
background-color: #CE804F;
}
.BgClassName
{
background-color: #CE804F;
}
</style>
border-color css
<style>
span { border-color: #CE804F; }
span { border-color: rgb(206,128,79); }
td.TdClassName
{
border-color: #CE804F;
}
.TagClassName
{
border-color: #CE804F;
}
</style>