Shades of Raw Sienna #CE7945
Tints of Raw Sienna #CE7945
RGB
CMYK
RGB Variations
Color information
#CE7945 (or 0xCE7945) is known color: Raw Sienna. HEX triplet: CE, 79 and 45. RGB value is (206,121,69). Sum of RGB (Red+Green+Blue) = 206+121+69=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7945 is #3186BA. Grayscale: #8C8C8C. Windows color (decimal): -3245755 or 4553166. OLE color: 4553166.
HSL color Cylindrical-coordinate representation of color #CE7945: hue angle of 22.77º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE7945 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 69 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.19 |
| HSL | 22.77º | 0.58% | 0.54% | - |
| HSV(B) | 22.77º | 0.67% | 0.81% | - |
| XYZ | 33.37 | 27.23 | 9.13 | - |
| YUV | 140.49 | 87.66 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 69 | 0 | 0.41 | 0.67 | 0.19 | 22.77 | 0.58 | 0.54 |
| Hex | CE | 79 | 45 | 0 | 29 | 43 | 13 | 17 | 3A | 36 |
| Octal | 316 | 171 | 105 | 0 | 51 | 103 | 23 | 27 | 72 | 66 |
| Binary | 11001110 | 1111001 | 1000101 | 0 | 101001 | 1000011 | 10011 | 10111 | 111010 | 110110 |
Color Harmonies of #CE7945
Complementary color
Monochromatic Colors of #CE7945
Black with #CE7945
Text Example
Text Example
White with #CE7945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7945; }
p { color: rgb(206,121,69); }
H1.HeaderClassName
{
color: #CE7945;
}
.AnyTagClassName
{
color: #CE7945;
}
</style>
background-color css
<style>
a { background-color: #CE7945; }
a { background-color: rgb(206,121,69); }
div.DivClassName
{
background-color: #CE7945;
}
.BgClassName
{
background-color: #CE7945;
}
</style>
border-color css
<style>
span { border-color: #CE7945; }
span { border-color: rgb(206,121,69); }
td.TdClassName
{
border-color: #CE7945;
}
.TagClassName
{
border-color: #CE7945;
}
</style>