Shades of Raw Sienna #CF8550
Tints of Raw Sienna #CF8550
RGB
CMYK
RGB Variations
Color information
#CF8550 (or 0xCF8550) is known color: Raw Sienna. HEX triplet: CF, 85 and 50. RGB value is (207,133,80). Sum of RGB (Red+Green+Blue) = 207+133+80=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8550 is #307AAF. Grayscale: #959595. Windows color (decimal): -3177136 or 5277135. OLE color: 5277135.
HSL color Cylindrical-coordinate representation of color #CF8550: hue angle of 25.04º 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 #CF8550 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 80 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.19 |
| HSL | 25.04º | 0.57% | 0.56% | - |
| HSV(B) | 25.04º | 0.61% | 0.81% | - |
| XYZ | 35.57 | 30.62 | 11.62 | - |
| YUV | 149.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 80 | 0 | 0.36 | 0.61 | 0.19 | 25.04 | 0.57 | 0.56 |
| Hex | CF | 85 | 50 | 0 | 24 | 3D | 13 | 19 | 39 | 38 |
| Octal | 317 | 205 | 120 | 0 | 44 | 75 | 23 | 31 | 71 | 70 |
| Binary | 11001111 | 10000101 | 1010000 | 0 | 100100 | 111101 | 10011 | 11001 | 111001 | 111000 |
Color Harmonies of #CF8550
Complementary color
Monochromatic Colors of #CF8550
Black with #CF8550
Text Example
Text Example
White with #CF8550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8550; }
p { color: rgb(207,133,80); }
H1.HeaderClassName
{
color: #CF8550;
}
.AnyTagClassName
{
color: #CF8550;
}
</style>
background-color css
<style>
a { background-color: #CF8550; }
a { background-color: rgb(207,133,80); }
div.DivClassName
{
background-color: #CF8550;
}
.BgClassName
{
background-color: #CF8550;
}
</style>
border-color css
<style>
span { border-color: #CF8550; }
span { border-color: rgb(207,133,80); }
td.TdClassName
{
border-color: #CF8550;
}
.TagClassName
{
border-color: #CF8550;
}
</style>