Shades of Old Rose #C8374F
Tints of Old Rose #C8374F
RGB
CMYK
RGB Variations
Color information
#C8374F (or 0xC8374F) is known color: Old Rose. HEX triplet: C8, 37 and 4F. RGB value is (200,55,79). Sum of RGB (Red+Green+Blue) = 200+55+79=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8374F is #37C8B0. Grayscale: #656565. Windows color (decimal): -3655857 or 5191624. OLE color: 5191624.
HSL color Cylindrical-coordinate representation of color #C8374F: hue angle of 350.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8374F is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 79 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.22 |
| HSL | 350.07º | 0.57% | 0.5% | - |
| HSV(B) | 350.07º | 0.73% | 0.78% | - |
| XYZ | 26.6 | 15.58 | 9 | - |
| YUV | 101.09 | 115.54 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 79 | 0 | 0.72 | 0.60 | 0.22 | 350.07 | 0.57 | 0.5 |
| Hex | C8 | 37 | 4F | 0 | 48 | 3C | 16 | 15E | 39 | 32 |
| Octal | 310 | 67 | 117 | 0 | 110 | 74 | 26 | 536 | 71 | 62 |
| Binary | 11001000 | 110111 | 1001111 | 0 | 1001000 | 111100 | 10110 | 101011110 | 111001 | 110010 |
Color Harmonies of #C8374F
Complementary color
Monochromatic Colors of #C8374F
Black with #C8374F
Text Example
Text Example
White with #C8374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8374F; }
p { color: rgb(200,55,79); }
H1.HeaderClassName
{
color: #C8374F;
}
.AnyTagClassName
{
color: #C8374F;
}
</style>
background-color css
<style>
a { background-color: #C8374F; }
a { background-color: rgb(200,55,79); }
div.DivClassName
{
background-color: #C8374F;
}
.BgClassName
{
background-color: #C8374F;
}
</style>
border-color css
<style>
span { border-color: #C8374F; }
span { border-color: rgb(200,55,79); }
td.TdClassName
{
border-color: #C8374F;
}
.TagClassName
{
border-color: #C8374F;
}
</style>