Shades of Raw Sienna #CE7640
Tints of Raw Sienna #CE7640
RGB
CMYK
RGB Variations
Color information
#CE7640 (or 0xCE7640) is known color: Raw Sienna. HEX triplet: CE, 76 and 40. RGB value is (206,118,64). Sum of RGB (Red+Green+Blue) = 206+118+64=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7640 is #3189BF. Grayscale: #8A8A8A. Windows color (decimal): -3246528 or 4224718. OLE color: 4224718.
HSL color Cylindrical-coordinate representation of color #CE7640: hue angle of 22.82º 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 #CE7640 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 64 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.19 |
| HSL | 22.82º | 0.59% | 0.53% | - |
| HSV(B) | 22.82º | 0.69% | 0.81% | - |
| XYZ | 32.86 | 26.45 | 8.22 | - |
| YUV | 138.16 | 86.15 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 64 | 0 | 0.43 | 0.69 | 0.19 | 22.82 | 0.59 | 0.53 |
| Hex | CE | 76 | 40 | 0 | 2B | 45 | 13 | 17 | 3B | 35 |
| Octal | 316 | 166 | 100 | 0 | 53 | 105 | 23 | 27 | 73 | 65 |
| Binary | 11001110 | 1110110 | 1000000 | 0 | 101011 | 1000101 | 10011 | 10111 | 111011 | 110101 |
Color Harmonies of #CE7640
Complementary color
Monochromatic Colors of #CE7640
Black with #CE7640
Text Example
Text Example
White with #CE7640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7640; }
p { color: rgb(206,118,64); }
H1.HeaderClassName
{
color: #CE7640;
}
.AnyTagClassName
{
color: #CE7640;
}
</style>
background-color css
<style>
a { background-color: #CE7640; }
a { background-color: rgb(206,118,64); }
div.DivClassName
{
background-color: #CE7640;
}
.BgClassName
{
background-color: #CE7640;
}
</style>
border-color css
<style>
span { border-color: #CE7640; }
span { border-color: rgb(206,118,64); }
td.TdClassName
{
border-color: #CE7640;
}
.TagClassName
{
border-color: #CE7640;
}
</style>