Shades of Raw Sienna #C47C51
Tints of Raw Sienna #C47C51
RGB
CMYK
RGB Variations
Color information
#C47C51 (or 0xC47C51) is known color: Raw Sienna. HEX triplet: C4, 7C and 51. RGB value is (196,124,81). Sum of RGB (Red+Green+Blue) = 196+124+81=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C51 is #3B83AE. Grayscale: #8C8C8C. Windows color (decimal): -3900335 or 5340356. OLE color: 5340356.
HSL color Cylindrical-coordinate representation of color #C47C51: hue angle of 22.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C47C51 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 81 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.23 |
| HSL | 22.43º | 0.49% | 0.54% | - |
| HSV(B) | 22.43º | 0.59% | 0.77% | - |
| XYZ | 31.46 | 26.75 | 11.29 | - |
| YUV | 140.63 | 94.35 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 81 | 0 | 0.37 | 0.59 | 0.23 | 22.43 | 0.49 | 0.54 |
| Hex | C4 | 7C | 51 | 0 | 25 | 3B | 17 | 16 | 31 | 36 |
| Octal | 304 | 174 | 121 | 0 | 45 | 73 | 27 | 26 | 61 | 66 |
| Binary | 11000100 | 1111100 | 1010001 | 0 | 100101 | 111011 | 10111 | 10110 | 110001 | 110110 |
Color Harmonies of #C47C51
Complementary color
Monochromatic Colors of #C47C51
Black with #C47C51
Text Example
Text Example
White with #C47C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C51; }
p { color: rgb(196,124,81); }
H1.HeaderClassName
{
color: #C47C51;
}
.AnyTagClassName
{
color: #C47C51;
}
</style>
background-color css
<style>
a { background-color: #C47C51; }
a { background-color: rgb(196,124,81); }
div.DivClassName
{
background-color: #C47C51;
}
.BgClassName
{
background-color: #C47C51;
}
</style>
border-color css
<style>
span { border-color: #C47C51; }
span { border-color: rgb(196,124,81); }
td.TdClassName
{
border-color: #C47C51;
}
.TagClassName
{
border-color: #C47C51;
}
</style>