Shades of Raw Sienna #CF864F
Tints of Raw Sienna #CF864F
RGB
CMYK
RGB Variations
Color information
#CF864F (or 0xCF864F) is known color: Raw Sienna. HEX triplet: CF, 86 and 4F. RGB value is (207,134,79). Sum of RGB (Red+Green+Blue) = 207+134+79=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF864F is #3079B0. Grayscale: #959595. Windows color (decimal): -3176881 or 5211855. OLE color: 5211855.
HSL color Cylindrical-coordinate representation of color #CF864F: hue angle of 25.78º 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 #CF864F is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 79 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.19 |
| HSL | 25.78º | 0.57% | 0.56% | - |
| HSV(B) | 25.78º | 0.62% | 0.81% | - |
| XYZ | 35.67 | 30.88 | 11.48 | - |
| YUV | 149.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 79 | 0 | 0.35 | 0.62 | 0.19 | 25.78 | 0.57 | 0.56 |
| Hex | CF | 86 | 4F | 0 | 23 | 3E | 13 | 1A | 39 | 38 |
| Octal | 317 | 206 | 117 | 0 | 43 | 76 | 23 | 32 | 71 | 70 |
| Binary | 11001111 | 10000110 | 1001111 | 0 | 100011 | 111110 | 10011 | 11010 | 111001 | 111000 |
Color Harmonies of #CF864F
Complementary color
Monochromatic Colors of #CF864F
Black with #CF864F
Text Example
Text Example
White with #CF864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF864F; }
p { color: rgb(207,134,79); }
H1.HeaderClassName
{
color: #CF864F;
}
.AnyTagClassName
{
color: #CF864F;
}
</style>
background-color css
<style>
a { background-color: #CF864F; }
a { background-color: rgb(207,134,79); }
div.DivClassName
{
background-color: #CF864F;
}
.BgClassName
{
background-color: #CF864F;
}
</style>
border-color css
<style>
span { border-color: #CF864F; }
span { border-color: rgb(207,134,79); }
td.TdClassName
{
border-color: #CF864F;
}
.TagClassName
{
border-color: #CF864F;
}
</style>