Shades of Raw Sienna #CF8144
Tints of Raw Sienna #CF8144
RGB
CMYK
RGB Variations
Color information
#CF8144 (or 0xCF8144) is known color: Raw Sienna. HEX triplet: CF, 81 and 44. RGB value is (207,129,68). Sum of RGB (Red+Green+Blue) = 207+129+68=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8144 is #307EBB. Grayscale: #919191. Windows color (decimal): -3178172 or 4489679. OLE color: 4489679.
HSL color Cylindrical-coordinate representation of color #CF8144: hue angle of 26.33º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF8144 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 68 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.19 |
| HSL | 26.33º | 0.59% | 0.54% | - |
| HSV(B) | 26.33º | 0.67% | 0.81% | - |
| XYZ | 34.63 | 29.38 | 9.32 | - |
| YUV | 145.37 | 84.34 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 68 | 0 | 0.38 | 0.67 | 0.19 | 26.33 | 0.59 | 0.54 |
| Hex | CF | 81 | 44 | 0 | 26 | 43 | 13 | 1A | 3B | 36 |
| Octal | 317 | 201 | 104 | 0 | 46 | 103 | 23 | 32 | 73 | 66 |
| Binary | 11001111 | 10000001 | 1000100 | 0 | 100110 | 1000011 | 10011 | 11010 | 111011 | 110110 |
Color Harmonies of #CF8144
Complementary color
Monochromatic Colors of #CF8144
Black with #CF8144
Text Example
Text Example
White with #CF8144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8144; }
p { color: rgb(207,129,68); }
H1.HeaderClassName
{
color: #CF8144;
}
.AnyTagClassName
{
color: #CF8144;
}
</style>
background-color css
<style>
a { background-color: #CF8144; }
a { background-color: rgb(207,129,68); }
div.DivClassName
{
background-color: #CF8144;
}
.BgClassName
{
background-color: #CF8144;
}
</style>
border-color css
<style>
span { border-color: #CF8144; }
span { border-color: rgb(207,129,68); }
td.TdClassName
{
border-color: #CF8144;
}
.TagClassName
{
border-color: #CF8144;
}
</style>