Shades of Raw Sienna #CE7F45
Tints of Raw Sienna #CE7F45
RGB
CMYK
RGB Variations
Color information
#CE7F45 (or 0xCE7F45) is known color: Raw Sienna. HEX triplet: CE, 7F and 45. RGB value is (206,127,69). Sum of RGB (Red+Green+Blue) = 206+127+69=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F45 is #3180BA. Grayscale: #909090. Windows color (decimal): -3244219 or 4554702. OLE color: 4554702.
HSL color Cylindrical-coordinate representation of color #CE7F45: hue angle of 25.4º 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 #CE7F45 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 69 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.19 |
| HSL | 25.4º | 0.58% | 0.54% | - |
| HSV(B) | 25.4º | 0.67% | 0.81% | - |
| XYZ | 34.12 | 28.73 | 9.38 | - |
| YUV | 144.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 69 | 0 | 0.38 | 0.67 | 0.19 | 25.4 | 0.58 | 0.54 |
| Hex | CE | 7F | 45 | 0 | 26 | 43 | 13 | 19 | 3A | 36 |
| Octal | 316 | 177 | 105 | 0 | 46 | 103 | 23 | 31 | 72 | 66 |
| Binary | 11001110 | 1111111 | 1000101 | 0 | 100110 | 1000011 | 10011 | 11001 | 111010 | 110110 |
Color Harmonies of #CE7F45
Complementary color
Monochromatic Colors of #CE7F45
Black with #CE7F45
Text Example
Text Example
White with #CE7F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F45; }
p { color: rgb(206,127,69); }
H1.HeaderClassName
{
color: #CE7F45;
}
.AnyTagClassName
{
color: #CE7F45;
}
</style>
background-color css
<style>
a { background-color: #CE7F45; }
a { background-color: rgb(206,127,69); }
div.DivClassName
{
background-color: #CE7F45;
}
.BgClassName
{
background-color: #CE7F45;
}
</style>
border-color css
<style>
span { border-color: #CE7F45; }
span { border-color: rgb(206,127,69); }
td.TdClassName
{
border-color: #CE7F45;
}
.TagClassName
{
border-color: #CE7F45;
}
</style>