Shades of Raw Sienna #CF8148
Tints of Raw Sienna #CF8148
RGB
CMYK
RGB Variations
Color information
#CF8148 (or 0xCF8148) is known color: Raw Sienna. HEX triplet: CF, 81 and 48. RGB value is (207,129,72). Sum of RGB (Red+Green+Blue) = 207+129+72=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8148 is #307EB7. Grayscale: #929292. Windows color (decimal): -3178168 or 4751823. OLE color: 4751823.
HSL color Cylindrical-coordinate representation of color #CF8148: hue angle of 25.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF8148 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 72 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.19 |
| HSL | 25.33º | 0.58% | 0.55% | - |
| HSV(B) | 25.33º | 0.65% | 0.81% | - |
| XYZ | 34.75 | 29.43 | 9.98 | - |
| YUV | 145.82 | 86.34 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 72 | 0 | 0.38 | 0.65 | 0.19 | 25.33 | 0.58 | 0.55 |
| Hex | CF | 81 | 48 | 0 | 26 | 41 | 13 | 19 | 3A | 37 |
| Octal | 317 | 201 | 110 | 0 | 46 | 101 | 23 | 31 | 72 | 67 |
| Binary | 11001111 | 10000001 | 1001000 | 0 | 100110 | 1000001 | 10011 | 11001 | 111010 | 110111 |
Color Harmonies of #CF8148
Complementary color
Monochromatic Colors of #CF8148
Black with #CF8148
Text Example
Text Example
White with #CF8148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8148; }
p { color: rgb(207,129,72); }
H1.HeaderClassName
{
color: #CF8148;
}
.AnyTagClassName
{
color: #CF8148;
}
</style>
background-color css
<style>
a { background-color: #CF8148; }
a { background-color: rgb(207,129,72); }
div.DivClassName
{
background-color: #CF8148;
}
.BgClassName
{
background-color: #CF8148;
}
</style>
border-color css
<style>
span { border-color: #CF8148; }
span { border-color: rgb(207,129,72); }
td.TdClassName
{
border-color: #CF8148;
}
.TagClassName
{
border-color: #CF8148;
}
</style>