Shades of Raw Sienna #CF8150
Tints of Raw Sienna #CF8150
RGB
CMYK
RGB Variations
Color information
#CF8150 (or 0xCF8150) is known color: Raw Sienna. HEX triplet: CF, 81 and 50. RGB value is (207,129,80). Sum of RGB (Red+Green+Blue) = 207+129+80=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8150 is #307EAF. Grayscale: #939393. Windows color (decimal): -3178160 or 5276111. OLE color: 5276111.
HSL color Cylindrical-coordinate representation of color #CF8150: hue angle of 23.15º 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 #CF8150 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 80 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.19 |
| HSL | 23.15º | 0.57% | 0.56% | - |
| HSV(B) | 23.15º | 0.61% | 0.81% | - |
| XYZ | 35.03 | 29.55 | 11.45 | - |
| YUV | 146.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 80 | 0 | 0.38 | 0.61 | 0.19 | 23.15 | 0.57 | 0.56 |
| Hex | CF | 81 | 50 | 0 | 26 | 3D | 13 | 17 | 39 | 38 |
| Octal | 317 | 201 | 120 | 0 | 46 | 75 | 23 | 27 | 71 | 70 |
| Binary | 11001111 | 10000001 | 1010000 | 0 | 100110 | 111101 | 10011 | 10111 | 111001 | 111000 |
Color Harmonies of #CF8150
Complementary color
Monochromatic Colors of #CF8150
Black with #CF8150
Text Example
Text Example
White with #CF8150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8150; }
p { color: rgb(207,129,80); }
H1.HeaderClassName
{
color: #CF8150;
}
.AnyTagClassName
{
color: #CF8150;
}
</style>
background-color css
<style>
a { background-color: #CF8150; }
a { background-color: rgb(207,129,80); }
div.DivClassName
{
background-color: #CF8150;
}
.BgClassName
{
background-color: #CF8150;
}
</style>
border-color css
<style>
span { border-color: #CF8150; }
span { border-color: rgb(207,129,80); }
td.TdClassName
{
border-color: #CF8150;
}
.TagClassName
{
border-color: #CF8150;
}
</style>