Shades of Raw Sienna #C97E50
Tints of Raw Sienna #C97E50
RGB
CMYK
RGB Variations
Color information
#C97E50 (or 0xC97E50) is known color: Raw Sienna. HEX triplet: C9, 7E and 50. RGB value is (201,126,80). Sum of RGB (Red+Green+Blue) = 201+126+80=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97E50 is #3681AF. Grayscale: #8F8F8F. Windows color (decimal): -3572144 or 5275337. OLE color: 5275337.
HSL color Cylindrical-coordinate representation of color #C97E50: hue angle of 22.81º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C97E50 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 126 | 80 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.21 |
| HSL | 22.81º | 0.53% | 0.55% | - |
| HSV(B) | 22.81º | 0.6% | 0.79% | - |
| XYZ | 33 | 27.92 | 11.24 | - |
| YUV | 143.18 | 92.35 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 80 | 0 | 0.37 | 0.60 | 0.21 | 22.81 | 0.53 | 0.55 |
| Hex | C9 | 7E | 50 | 0 | 25 | 3C | 15 | 17 | 35 | 37 |
| Octal | 311 | 176 | 120 | 0 | 45 | 74 | 25 | 27 | 65 | 67 |
| Binary | 11001001 | 1111110 | 1010000 | 0 | 100101 | 111100 | 10101 | 10111 | 110101 | 110111 |
Color Harmonies of #C97E50
Complementary color
Monochromatic Colors of #C97E50
Black with #C97E50
Text Example
Text Example
White with #C97E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97E50; }
p { color: rgb(201,126,80); }
H1.HeaderClassName
{
color: #C97E50;
}
.AnyTagClassName
{
color: #C97E50;
}
</style>
background-color css
<style>
a { background-color: #C97E50; }
a { background-color: rgb(201,126,80); }
div.DivClassName
{
background-color: #C97E50;
}
.BgClassName
{
background-color: #C97E50;
}
</style>
border-color css
<style>
span { border-color: #C97E50; }
span { border-color: rgb(201,126,80); }
td.TdClassName
{
border-color: #C97E50;
}
.TagClassName
{
border-color: #C97E50;
}
</style>