Shades of Raw Sienna #CE8150
Tints of Raw Sienna #CE8150
RGB
CMYK
RGB Variations
Color information
#CE8150 (or 0xCE8150) is known color: Raw Sienna. HEX triplet: CE, 81 and 50. RGB value is (206,129,80). Sum of RGB (Red+Green+Blue) = 206+129+80=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8150 is #317EAF. Grayscale: #929292. Windows color (decimal): -3243696 or 5276110. OLE color: 5276110.
HSL color Cylindrical-coordinate representation of color #CE8150: hue angle of 23.33º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE8150 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 80 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.19 |
| HSL | 23.33º | 0.56% | 0.56% | - |
| HSV(B) | 23.33º | 0.61% | 0.81% | - |
| XYZ | 34.75 | 29.4 | 11.43 | - |
| YUV | 146.44 | 90.51 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 80 | 0 | 0.37 | 0.61 | 0.19 | 23.33 | 0.56 | 0.56 |
| Hex | CE | 81 | 50 | 0 | 25 | 3D | 13 | 17 | 38 | 38 |
| Octal | 316 | 201 | 120 | 0 | 45 | 75 | 23 | 27 | 70 | 70 |
| Binary | 11001110 | 10000001 | 1010000 | 0 | 100101 | 111101 | 10011 | 10111 | 111000 | 111000 |
Color Harmonies of #CE8150
Complementary color
Monochromatic Colors of #CE8150
Black with #CE8150
Text Example
Text Example
White with #CE8150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8150; }
p { color: rgb(206,129,80); }
H1.HeaderClassName
{
color: #CE8150;
}
.AnyTagClassName
{
color: #CE8150;
}
</style>
background-color css
<style>
a { background-color: #CE8150; }
a { background-color: rgb(206,129,80); }
div.DivClassName
{
background-color: #CE8150;
}
.BgClassName
{
background-color: #CE8150;
}
</style>
border-color css
<style>
span { border-color: #CE8150; }
span { border-color: rgb(206,129,80); }
td.TdClassName
{
border-color: #CE8150;
}
.TagClassName
{
border-color: #CE8150;
}
</style>