Shades of Raw Sienna #CF8050
Tints of Raw Sienna #CF8050
RGB
CMYK
RGB Variations
Color information
#CF8050 (or 0xCF8050) is known color: Raw Sienna. HEX triplet: CF, 80 and 50. RGB value is (207,128,80). Sum of RGB (Red+Green+Blue) = 207+128+80=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8050 is #307FAF. Grayscale: #929292. Windows color (decimal): -3178416 or 5275855. OLE color: 5275855.
HSL color Cylindrical-coordinate representation of color #CF8050: hue angle of 22.68º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF8050 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 80 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.19 |
| HSL | 22.68º | 0.57% | 0.56% | - |
| HSV(B) | 22.68º | 0.61% | 0.81% | - |
| XYZ | 34.9 | 29.28 | 11.4 | - |
| YUV | 146.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 80 | 0 | 0.38 | 0.61 | 0.19 | 22.68 | 0.57 | 0.56 |
| Hex | CF | 80 | 50 | 0 | 26 | 3D | 13 | 17 | 39 | 38 |
| Octal | 317 | 200 | 120 | 0 | 46 | 75 | 23 | 27 | 71 | 70 |
| Binary | 11001111 | 10000000 | 1010000 | 0 | 100110 | 111101 | 10011 | 10111 | 111001 | 111000 |
Color Harmonies of #CF8050
Complementary color
Monochromatic Colors of #CF8050
Black with #CF8050
Text Example
Text Example
White with #CF8050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8050; }
p { color: rgb(207,128,80); }
H1.HeaderClassName
{
color: #CF8050;
}
.AnyTagClassName
{
color: #CF8050;
}
</style>
background-color css
<style>
a { background-color: #CF8050; }
a { background-color: rgb(207,128,80); }
div.DivClassName
{
background-color: #CF8050;
}
.BgClassName
{
background-color: #CF8050;
}
</style>
border-color css
<style>
span { border-color: #CF8050; }
span { border-color: rgb(207,128,80); }
td.TdClassName
{
border-color: #CF8050;
}
.TagClassName
{
border-color: #CF8050;
}
</style>