Shades of Raw Sienna #CF864E
Tints of Raw Sienna #CF864E
RGB
CMYK
RGB Variations
Color information
#CF864E (or 0xCF864E) is known color: Raw Sienna. HEX triplet: CF, 86 and 4E. RGB value is (207,134,78). Sum of RGB (Red+Green+Blue) = 207+134+78=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF864E is #3079B1. Grayscale: #959595. Windows color (decimal): -3176882 or 5146319. OLE color: 5146319.
HSL color Cylindrical-coordinate representation of color #CF864E: hue angle of 26.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF864E is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 78 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.19 |
| HSL | 26.05º | 0.57% | 0.56% | - |
| HSV(B) | 26.05º | 0.62% | 0.81% | - |
| XYZ | 35.63 | 30.87 | 11.29 | - |
| YUV | 149.44 | 87.68 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 78 | 0 | 0.35 | 0.62 | 0.19 | 26.05 | 0.57 | 0.56 |
| Hex | CF | 86 | 4E | 0 | 23 | 3E | 13 | 1A | 39 | 38 |
| Octal | 317 | 206 | 116 | 0 | 43 | 76 | 23 | 32 | 71 | 70 |
| Binary | 11001111 | 10000110 | 1001110 | 0 | 100011 | 111110 | 10011 | 11010 | 111001 | 111000 |
Color Harmonies of #CF864E
Complementary color
Monochromatic Colors of #CF864E
Black with #CF864E
Text Example
Text Example
White with #CF864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF864E; }
p { color: rgb(207,134,78); }
H1.HeaderClassName
{
color: #CF864E;
}
.AnyTagClassName
{
color: #CF864E;
}
</style>
background-color css
<style>
a { background-color: #CF864E; }
a { background-color: rgb(207,134,78); }
div.DivClassName
{
background-color: #CF864E;
}
.BgClassName
{
background-color: #CF864E;
}
</style>
border-color css
<style>
span { border-color: #CF864E; }
span { border-color: rgb(207,134,78); }
td.TdClassName
{
border-color: #CF864E;
}
.TagClassName
{
border-color: #CF864E;
}
</style>