Shades of Raw Sienna #C57D50
Tints of Raw Sienna #C57D50
RGB
CMYK
RGB Variations
Color information
#C57D50 (or 0xC57D50) is known color: Raw Sienna. HEX triplet: C5, 7D and 50. RGB value is (197,125,80). Sum of RGB (Red+Green+Blue) = 197+125+80=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D50 is #3A82AF. Grayscale: #8D8D8D. Windows color (decimal): -3834544 or 5275077. OLE color: 5275077.
HSL color Cylindrical-coordinate representation of color #C57D50: hue angle of 23.08º 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 #C57D50 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 80 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.23 |
| HSL | 23.08º | 0.5% | 0.54% | - |
| HSV(B) | 23.08º | 0.59% | 0.77% | - |
| XYZ | 31.81 | 27.12 | 11.15 | - |
| YUV | 141.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 80 | 0 | 0.37 | 0.59 | 0.23 | 23.08 | 0.5 | 0.54 |
| Hex | C5 | 7D | 50 | 0 | 25 | 3B | 17 | 17 | 32 | 36 |
| Octal | 305 | 175 | 120 | 0 | 45 | 73 | 27 | 27 | 62 | 66 |
| Binary | 11000101 | 1111101 | 1010000 | 0 | 100101 | 111011 | 10111 | 10111 | 110010 | 110110 |
Color Harmonies of #C57D50
Complementary color
Monochromatic Colors of #C57D50
Black with #C57D50
Text Example
Text Example
White with #C57D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D50; }
p { color: rgb(197,125,80); }
H1.HeaderClassName
{
color: #C57D50;
}
.AnyTagClassName
{
color: #C57D50;
}
</style>
background-color css
<style>
a { background-color: #C57D50; }
a { background-color: rgb(197,125,80); }
div.DivClassName
{
background-color: #C57D50;
}
.BgClassName
{
background-color: #C57D50;
}
</style>
border-color css
<style>
span { border-color: #C57D50; }
span { border-color: rgb(197,125,80); }
td.TdClassName
{
border-color: #C57D50;
}
.TagClassName
{
border-color: #C57D50;
}
</style>