Shades of Raw Sienna #C57F50
Tints of Raw Sienna #C57F50
RGB
CMYK
RGB Variations
Color information
#C57F50 (or 0xC57F50) is known color: Raw Sienna. HEX triplet: C5, 7F and 50. RGB value is (197,127,80). Sum of RGB (Red+Green+Blue) = 197+127+80=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F50 is #3A80AF. Grayscale: #8E8E8E. Windows color (decimal): -3834032 or 5275589. OLE color: 5275589.
HSL color Cylindrical-coordinate representation of color #C57F50: hue angle of 24.1º degrees, saturation: 0.5, 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 #C57F50 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 80 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.23 |
| HSL | 24.1º | 0.5% | 0.54% | - |
| HSV(B) | 24.1º | 0.59% | 0.77% | - |
| XYZ | 32.06 | 27.63 | 11.23 | - |
| YUV | 142.57 | 92.69 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 80 | 0 | 0.36 | 0.59 | 0.23 | 24.1 | 0.5 | 0.54 |
| Hex | C5 | 7F | 50 | 0 | 24 | 3B | 17 | 18 | 32 | 36 |
| Octal | 305 | 177 | 120 | 0 | 44 | 73 | 27 | 30 | 62 | 66 |
| Binary | 11000101 | 1111111 | 1010000 | 0 | 100100 | 111011 | 10111 | 11000 | 110010 | 110110 |
Color Harmonies of #C57F50
Complementary color
Monochromatic Colors of #C57F50
Black with #C57F50
Text Example
Text Example
White with #C57F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F50; }
p { color: rgb(197,127,80); }
H1.HeaderClassName
{
color: #C57F50;
}
.AnyTagClassName
{
color: #C57F50;
}
</style>
background-color css
<style>
a { background-color: #C57F50; }
a { background-color: rgb(197,127,80); }
div.DivClassName
{
background-color: #C57F50;
}
.BgClassName
{
background-color: #C57F50;
}
</style>
border-color css
<style>
span { border-color: #C57F50; }
span { border-color: rgb(197,127,80); }
td.TdClassName
{
border-color: #C57F50;
}
.TagClassName
{
border-color: #C57F50;
}
</style>