Shades of Raw Sienna #C87F48
Tints of Raw Sienna #C87F48
RGB
CMYK
RGB Variations
Color information
#C87F48 (or 0xC87F48) is known color: Raw Sienna. HEX triplet: C8, 7F and 48. RGB value is (200,127,72). Sum of RGB (Red+Green+Blue) = 200+127+72=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F48 is #3780B7. Grayscale: #8E8E8E. Windows color (decimal): -3637432 or 4751304. OLE color: 4751304.
HSL color Cylindrical-coordinate representation of color #C87F48: hue angle of 25.78º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C87F48 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 72 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.22 |
| HSL | 25.78º | 0.54% | 0.53% | - |
| HSV(B) | 25.78º | 0.64% | 0.78% | - |
| XYZ | 32.58 | 27.93 | 9.8 | - |
| YUV | 142.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 72 | 0 | 0.36 | 0.64 | 0.22 | 25.78 | 0.54 | 0.53 |
| Hex | C8 | 7F | 48 | 0 | 24 | 40 | 16 | 1A | 36 | 35 |
| Octal | 310 | 177 | 110 | 0 | 44 | 100 | 26 | 32 | 66 | 65 |
| Binary | 11001000 | 1111111 | 1001000 | 0 | 100100 | 1000000 | 10110 | 11010 | 110110 | 110101 |
Color Harmonies of #C87F48
Complementary color
Monochromatic Colors of #C87F48
Black with #C87F48
Text Example
Text Example
White with #C87F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F48; }
p { color: rgb(200,127,72); }
H1.HeaderClassName
{
color: #C87F48;
}
.AnyTagClassName
{
color: #C87F48;
}
</style>
background-color css
<style>
a { background-color: #C87F48; }
a { background-color: rgb(200,127,72); }
div.DivClassName
{
background-color: #C87F48;
}
.BgClassName
{
background-color: #C87F48;
}
</style>
border-color css
<style>
span { border-color: #C87F48; }
span { border-color: rgb(200,127,72); }
td.TdClassName
{
border-color: #C87F48;
}
.TagClassName
{
border-color: #C87F48;
}
</style>