Shades of Raw Sienna #C97D4D
Tints of Raw Sienna #C97D4D
RGB
CMYK
RGB Variations
Color information
#C97D4D (or 0xC97D4D) is known color: Raw Sienna. HEX triplet: C9, 7D and 4D. RGB value is (201,125,77). Sum of RGB (Red+Green+Blue) = 201+125+77=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97D4D is #3682B2. Grayscale: #8E8E8E. Windows color (decimal): -3572403 or 5078473. OLE color: 5078473.
HSL color Cylindrical-coordinate representation of color #C97D4D: hue angle of 23.23º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C97D4D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 77 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.21 |
| HSL | 23.23º | 0.53% | 0.55% | - |
| HSV(B) | 23.23º | 0.62% | 0.79% | - |
| XYZ | 32.76 | 27.62 | 10.63 | - |
| YUV | 142.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 77 | 0 | 0.38 | 0.62 | 0.21 | 23.23 | 0.53 | 0.55 |
| Hex | C9 | 7D | 4D | 0 | 26 | 3E | 15 | 17 | 35 | 37 |
| Octal | 311 | 175 | 115 | 0 | 46 | 76 | 25 | 27 | 65 | 67 |
| Binary | 11001001 | 1111101 | 1001101 | 0 | 100110 | 111110 | 10101 | 10111 | 110101 | 110111 |
Color Harmonies of #C97D4D
Complementary color
Monochromatic Colors of #C97D4D
Black with #C97D4D
Text Example
Text Example
White with #C97D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D4D; }
p { color: rgb(201,125,77); }
H1.HeaderClassName
{
color: #C97D4D;
}
.AnyTagClassName
{
color: #C97D4D;
}
</style>
background-color css
<style>
a { background-color: #C97D4D; }
a { background-color: rgb(201,125,77); }
div.DivClassName
{
background-color: #C97D4D;
}
.BgClassName
{
background-color: #C97D4D;
}
</style>
border-color css
<style>
span { border-color: #C97D4D; }
span { border-color: rgb(201,125,77); }
td.TdClassName
{
border-color: #C97D4D;
}
.TagClassName
{
border-color: #C97D4D;
}
</style>