Shades of Raw Sienna #CE864C
Tints of Raw Sienna #CE864C
RGB
CMYK
RGB Variations
Color information
#CE864C (or 0xCE864C) is known color: Raw Sienna. HEX triplet: CE, 86 and 4C. RGB value is (206,134,76). Sum of RGB (Red+Green+Blue) = 206+134+76=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE864C is #3179B3. Grayscale: #959595. Windows color (decimal): -3242420 or 5015246. OLE color: 5015246.
HSL color Cylindrical-coordinate representation of color #CE864C: hue angle of 26.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE864C is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 76 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.19 |
| HSL | 26.77º | 0.57% | 0.55% | - |
| HSV(B) | 26.77º | 0.63% | 0.81% | - |
| XYZ | 35.28 | 30.69 | 10.9 | - |
| YUV | 148.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 76 | 0 | 0.35 | 0.63 | 0.19 | 26.77 | 0.57 | 0.55 |
| Hex | CE | 86 | 4C | 0 | 23 | 3F | 13 | 1B | 39 | 37 |
| Octal | 316 | 206 | 114 | 0 | 43 | 77 | 23 | 33 | 71 | 67 |
| Binary | 11001110 | 10000110 | 1001100 | 0 | 100011 | 111111 | 10011 | 11011 | 111001 | 110111 |
Color Harmonies of #CE864C
Complementary color
Monochromatic Colors of #CE864C
Black with #CE864C
Text Example
Text Example
White with #CE864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE864C; }
p { color: rgb(206,134,76); }
H1.HeaderClassName
{
color: #CE864C;
}
.AnyTagClassName
{
color: #CE864C;
}
</style>
background-color css
<style>
a { background-color: #CE864C; }
a { background-color: rgb(206,134,76); }
div.DivClassName
{
background-color: #CE864C;
}
.BgClassName
{
background-color: #CE864C;
}
</style>
border-color css
<style>
span { border-color: #CE864C; }
span { border-color: rgb(206,134,76); }
td.TdClassName
{
border-color: #CE864C;
}
.TagClassName
{
border-color: #CE864C;
}
</style>