Shades of Raw Sienna #C97C48
Tints of Raw Sienna #C97C48
RGB
CMYK
RGB Variations
Color information
#C97C48 (or 0xC97C48) is known color: Raw Sienna. HEX triplet: C9, 7C and 48. RGB value is (201,124,72). Sum of RGB (Red+Green+Blue) = 201+124+72=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C48 is #3683B7. Grayscale: #8D8D8D. Windows color (decimal): -3572664 or 4750537. OLE color: 4750537.
HSL color Cylindrical-coordinate representation of color #C97C48: hue angle of 24.19º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C97C48 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 72 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.21 |
| HSL | 24.19º | 0.54% | 0.54% | - |
| HSV(B) | 24.19º | 0.64% | 0.79% | - |
| XYZ | 32.46 | 27.3 | 9.69 | - |
| YUV | 141.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 72 | 0 | 0.38 | 0.64 | 0.21 | 24.19 | 0.54 | 0.54 |
| Hex | C9 | 7C | 48 | 0 | 26 | 40 | 15 | 18 | 36 | 36 |
| Octal | 311 | 174 | 110 | 0 | 46 | 100 | 25 | 30 | 66 | 66 |
| Binary | 11001001 | 1111100 | 1001000 | 0 | 100110 | 1000000 | 10101 | 11000 | 110110 | 110110 |
Color Harmonies of #C97C48
Complementary color
Monochromatic Colors of #C97C48
Black with #C97C48
Text Example
Text Example
White with #C97C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C48; }
p { color: rgb(201,124,72); }
H1.HeaderClassName
{
color: #C97C48;
}
.AnyTagClassName
{
color: #C97C48;
}
</style>
background-color css
<style>
a { background-color: #C97C48; }
a { background-color: rgb(201,124,72); }
div.DivClassName
{
background-color: #C97C48;
}
.BgClassName
{
background-color: #C97C48;
}
</style>
border-color css
<style>
span { border-color: #C97C48; }
span { border-color: rgb(201,124,72); }
td.TdClassName
{
border-color: #C97C48;
}
.TagClassName
{
border-color: #C97C48;
}
</style>