Shades of Raw Sienna #CE7D4A
Tints of Raw Sienna #CE7D4A
RGB
CMYK
RGB Variations
Color information
#CE7D4A (or 0xCE7D4A) is known color: Raw Sienna. HEX triplet: CE, 7D and 4A. RGB value is (206,125,74). Sum of RGB (Red+Green+Blue) = 206+125+74=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D4A is #3182B5. Grayscale: #8F8F8F. Windows color (decimal): -3244726 or 4881870. OLE color: 4881870.
HSL color Cylindrical-coordinate representation of color #CE7D4A: hue angle of 23.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE7D4A is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 74 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.19 |
| HSL | 23.18º | 0.57% | 0.55% | - |
| HSV(B) | 23.18º | 0.64% | 0.81% | - |
| XYZ | 34.02 | 28.28 | 10.14 | - |
| YUV | 143.41 | 88.84 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 74 | 0 | 0.39 | 0.64 | 0.19 | 23.18 | 0.57 | 0.55 |
| Hex | CE | 7D | 4A | 0 | 27 | 40 | 13 | 17 | 39 | 37 |
| Octal | 316 | 175 | 112 | 0 | 47 | 100 | 23 | 27 | 71 | 67 |
| Binary | 11001110 | 1111101 | 1001010 | 0 | 100111 | 1000000 | 10011 | 10111 | 111001 | 110111 |
Color Harmonies of #CE7D4A
Complementary color
Monochromatic Colors of #CE7D4A
Black with #CE7D4A
Text Example
Text Example
White with #CE7D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D4A; }
p { color: rgb(206,125,74); }
H1.HeaderClassName
{
color: #CE7D4A;
}
.AnyTagClassName
{
color: #CE7D4A;
}
</style>
background-color css
<style>
a { background-color: #CE7D4A; }
a { background-color: rgb(206,125,74); }
div.DivClassName
{
background-color: #CE7D4A;
}
.BgClassName
{
background-color: #CE7D4A;
}
</style>
border-color css
<style>
span { border-color: #CE7D4A; }
span { border-color: rgb(206,125,74); }
td.TdClassName
{
border-color: #CE7D4A;
}
.TagClassName
{
border-color: #CE7D4A;
}
</style>