Shades of Raw Sienna #C87C50
Tints of Raw Sienna #C87C50
RGB
CMYK
RGB Variations
Color information
#C87C50 (or 0xC87C50) is known color: Raw Sienna. HEX triplet: C8, 7C and 50. RGB value is (200,124,80). Sum of RGB (Red+Green+Blue) = 200+124+80=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87C50 is #3783AF. Grayscale: #8D8D8D. Windows color (decimal): -3638192 or 5274824. OLE color: 5274824.
HSL color Cylindrical-coordinate representation of color #C87C50: hue angle of 22º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C87C50 is Cyan = 0, Magento = 0.38, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 80 | - |
| CMYK | 0 | 0.38 | 0.6 | 0.22 |
| HSL | 22º | 0.52% | 0.55% | - |
| HSV(B) | 22º | 0.6% | 0.78% | - |
| XYZ | 32.48 | 27.27 | 11.14 | - |
| YUV | 141.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 80 | 0 | 0.38 | 0.6 | 0.22 | 22 | 0.52 | 0.55 |
| Hex | C8 | 7C | 50 | 0 | 26 | 3C | 16 | 16 | 34 | 37 |
| Octal | 310 | 174 | 120 | 0 | 46 | 74 | 26 | 26 | 64 | 67 |
| Binary | 11001000 | 1111100 | 1010000 | 0 | 100110 | 111100 | 10110 | 10110 | 110100 | 110111 |
Color Harmonies of #C87C50
Complementary color
Monochromatic Colors of #C87C50
Black with #C87C50
Text Example
Text Example
White with #C87C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C50; }
p { color: rgb(200,124,80); }
H1.HeaderClassName
{
color: #C87C50;
}
.AnyTagClassName
{
color: #C87C50;
}
</style>
background-color css
<style>
a { background-color: #C87C50; }
a { background-color: rgb(200,124,80); }
div.DivClassName
{
background-color: #C87C50;
}
.BgClassName
{
background-color: #C87C50;
}
</style>
border-color css
<style>
span { border-color: #C87C50; }
span { border-color: rgb(200,124,80); }
td.TdClassName
{
border-color: #C87C50;
}
.TagClassName
{
border-color: #C87C50;
}
</style>