Shades of Raw Sienna #C87D50
Tints of Raw Sienna #C87D50
RGB
CMYK
RGB Variations
Color information
#C87D50 (or 0xC87D50) is known color: Raw Sienna. HEX triplet: C8, 7D and 50. RGB value is (200,125,80). Sum of RGB (Red+Green+Blue) = 200+125+80=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87D50 is #3782AF. Grayscale: #8E8E8E. Windows color (decimal): -3637936 or 5275080. OLE color: 5275080.
HSL color Cylindrical-coordinate representation of color #C87D50: hue angle of 22.5º 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 #C87D50 is Cyan = 0, Magento = 0.38, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 80 | - |
| CMYK | 0 | 0.38 | 0.6 | 0.22 |
| HSL | 22.5º | 0.52% | 0.55% | - |
| HSV(B) | 22.5º | 0.6% | 0.78% | - |
| XYZ | 32.6 | 27.53 | 11.18 | - |
| YUV | 142.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 80 | 0 | 0.38 | 0.6 | 0.22 | 22.5 | 0.52 | 0.55 |
| Hex | C8 | 7D | 50 | 0 | 26 | 3C | 16 | 16 | 34 | 37 |
| Octal | 310 | 175 | 120 | 0 | 46 | 74 | 26 | 26 | 64 | 67 |
| Binary | 11001000 | 1111101 | 1010000 | 0 | 100110 | 111100 | 10110 | 10110 | 110100 | 110111 |
Color Harmonies of #C87D50
Complementary color
Monochromatic Colors of #C87D50
Black with #C87D50
Text Example
Text Example
White with #C87D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D50; }
p { color: rgb(200,125,80); }
H1.HeaderClassName
{
color: #C87D50;
}
.AnyTagClassName
{
color: #C87D50;
}
</style>
background-color css
<style>
a { background-color: #C87D50; }
a { background-color: rgb(200,125,80); }
div.DivClassName
{
background-color: #C87D50;
}
.BgClassName
{
background-color: #C87D50;
}
</style>
border-color css
<style>
span { border-color: #C87D50; }
span { border-color: rgb(200,125,80); }
td.TdClassName
{
border-color: #C87D50;
}
.TagClassName
{
border-color: #C87D50;
}
</style>