Shades of Raw Sienna #CF8147
Tints of Raw Sienna #CF8147
RGB
CMYK
RGB Variations
Color information
#CF8147 (or 0xCF8147) is known color: Raw Sienna. HEX triplet: CF, 81 and 47. RGB value is (207,129,71). Sum of RGB (Red+Green+Blue) = 207+129+71=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8147 is #307EB8. Grayscale: #929292. Windows color (decimal): -3178169 or 4686287. OLE color: 4686287.
HSL color Cylindrical-coordinate representation of color #CF8147: hue angle of 25.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF8147 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 71 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.19 |
| HSL | 25.59º | 0.59% | 0.55% | - |
| HSV(B) | 25.59º | 0.66% | 0.81% | - |
| XYZ | 34.72 | 29.42 | 9.81 | - |
| YUV | 145.71 | 85.84 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 71 | 0 | 0.38 | 0.66 | 0.19 | 25.59 | 0.59 | 0.55 |
| Hex | CF | 81 | 47 | 0 | 26 | 42 | 13 | 1A | 3B | 37 |
| Octal | 317 | 201 | 107 | 0 | 46 | 102 | 23 | 32 | 73 | 67 |
| Binary | 11001111 | 10000001 | 1000111 | 0 | 100110 | 1000010 | 10011 | 11010 | 111011 | 110111 |
Color Harmonies of #CF8147
Complementary color
Monochromatic Colors of #CF8147
Black with #CF8147
Text Example
Text Example
White with #CF8147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8147; }
p { color: rgb(207,129,71); }
H1.HeaderClassName
{
color: #CF8147;
}
.AnyTagClassName
{
color: #CF8147;
}
</style>
background-color css
<style>
a { background-color: #CF8147; }
a { background-color: rgb(207,129,71); }
div.DivClassName
{
background-color: #CF8147;
}
.BgClassName
{
background-color: #CF8147;
}
</style>
border-color css
<style>
span { border-color: #CF8147; }
span { border-color: rgb(207,129,71); }
td.TdClassName
{
border-color: #CF8147;
}
.TagClassName
{
border-color: #CF8147;
}
</style>