Shades of Raw Sienna #C67C50
Tints of Raw Sienna #C67C50
RGB
CMYK
RGB Variations
Color information
#C67C50 (or 0xC67C50) is known color: Raw Sienna. HEX triplet: C6, 7C and 50. RGB value is (198,124,80). Sum of RGB (Red+Green+Blue) = 198+124+80=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67C50 is #3983AF. Grayscale: #8D8D8D. Windows color (decimal): -3769264 or 5274822. OLE color: 5274822.
HSL color Cylindrical-coordinate representation of color #C67C50: hue angle of 22.37º degrees, saturation: 0.51, 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 #C67C50 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 80 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.22 |
| HSL | 22.37º | 0.51% | 0.55% | - |
| HSV(B) | 22.37º | 0.6% | 0.78% | - |
| XYZ | 31.94 | 27 | 11.12 | - |
| YUV | 141.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 80 | 0 | 0.37 | 0.60 | 0.22 | 22.37 | 0.51 | 0.55 |
| Hex | C6 | 7C | 50 | 0 | 25 | 3C | 16 | 16 | 33 | 37 |
| Octal | 306 | 174 | 120 | 0 | 45 | 74 | 26 | 26 | 63 | 67 |
| Binary | 11000110 | 1111100 | 1010000 | 0 | 100101 | 111100 | 10110 | 10110 | 110011 | 110111 |
Color Harmonies of #C67C50
Complementary color
Monochromatic Colors of #C67C50
Black with #C67C50
Text Example
Text Example
White with #C67C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C50; }
p { color: rgb(198,124,80); }
H1.HeaderClassName
{
color: #C67C50;
}
.AnyTagClassName
{
color: #C67C50;
}
</style>
background-color css
<style>
a { background-color: #C67C50; }
a { background-color: rgb(198,124,80); }
div.DivClassName
{
background-color: #C67C50;
}
.BgClassName
{
background-color: #C67C50;
}
</style>
border-color css
<style>
span { border-color: #C67C50; }
span { border-color: rgb(198,124,80); }
td.TdClassName
{
border-color: #C67C50;
}
.TagClassName
{
border-color: #C67C50;
}
</style>