Shades of Raw Sienna #CE7A40
Tints of Raw Sienna #CE7A40
RGB
CMYK
RGB Variations
Color information
#CE7A40 (or 0xCE7A40) is known color: Raw Sienna. HEX triplet: CE, 7A and 40. RGB value is (206,122,64). Sum of RGB (Red+Green+Blue) = 206+122+64=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A40 is #3185BF. Grayscale: #8C8C8C. Windows color (decimal): -3245504 or 4225742. OLE color: 4225742.
HSL color Cylindrical-coordinate representation of color #CE7A40: hue angle of 24.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE7A40 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 64 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.19 |
| HSL | 24.51º | 0.59% | 0.53% | - |
| HSV(B) | 24.51º | 0.69% | 0.81% | - |
| XYZ | 33.34 | 27.41 | 8.38 | - |
| YUV | 140.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 64 | 0 | 0.41 | 0.69 | 0.19 | 24.51 | 0.59 | 0.53 |
| Hex | CE | 7A | 40 | 0 | 29 | 45 | 13 | 19 | 3B | 35 |
| Octal | 316 | 172 | 100 | 0 | 51 | 105 | 23 | 31 | 73 | 65 |
| Binary | 11001110 | 1111010 | 1000000 | 0 | 101001 | 1000101 | 10011 | 11001 | 111011 | 110101 |
Color Harmonies of #CE7A40
Complementary color
Monochromatic Colors of #CE7A40
Black with #CE7A40
Text Example
Text Example
White with #CE7A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A40; }
p { color: rgb(206,122,64); }
H1.HeaderClassName
{
color: #CE7A40;
}
.AnyTagClassName
{
color: #CE7A40;
}
</style>
background-color css
<style>
a { background-color: #CE7A40; }
a { background-color: rgb(206,122,64); }
div.DivClassName
{
background-color: #CE7A40;
}
.BgClassName
{
background-color: #CE7A40;
}
</style>
border-color css
<style>
span { border-color: #CE7A40; }
span { border-color: rgb(206,122,64); }
td.TdClassName
{
border-color: #CE7A40;
}
.TagClassName
{
border-color: #CE7A40;
}
</style>