Shades of Old Rose #C8314C
Tints of Old Rose #C8314C
RGB
CMYK
RGB Variations
Color information
#C8314C (or 0xC8314C) is known color: Old Rose. HEX triplet: C8, 31 and 4C. RGB value is (200,49,76). Sum of RGB (Red+Green+Blue) = 200+49+76=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8314C is #37CEB3. Grayscale: #616161. Windows color (decimal): -3657396 or 4993480. OLE color: 4993480.
HSL color Cylindrical-coordinate representation of color #C8314C: hue angle of 349.27º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8314C is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 76 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.22 |
| HSL | 349.27º | 0.61% | 0.49% | - |
| HSV(B) | 349.27º | 0.76% | 0.78% | - |
| XYZ | 26.22 | 15 | 8.35 | - |
| YUV | 97.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 76 | 0 | 0.76 | 0.62 | 0.22 | 349.27 | 0.61 | 0.49 |
| Hex | C8 | 31 | 4C | 0 | 4C | 3E | 16 | 15D | 3D | 31 |
| Octal | 310 | 61 | 114 | 0 | 114 | 76 | 26 | 535 | 75 | 61 |
| Binary | 11001000 | 110001 | 1001100 | 0 | 1001100 | 111110 | 10110 | 101011101 | 111101 | 110001 |
Color Harmonies of #C8314C
Complementary color
Monochromatic Colors of #C8314C
Black with #C8314C
Text Example
Text Example
White with #C8314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8314C; }
p { color: rgb(200,49,76); }
H1.HeaderClassName
{
color: #C8314C;
}
.AnyTagClassName
{
color: #C8314C;
}
</style>
background-color css
<style>
a { background-color: #C8314C; }
a { background-color: rgb(200,49,76); }
div.DivClassName
{
background-color: #C8314C;
}
.BgClassName
{
background-color: #C8314C;
}
</style>
border-color css
<style>
span { border-color: #C8314C; }
span { border-color: rgb(200,49,76); }
td.TdClassName
{
border-color: #C8314C;
}
.TagClassName
{
border-color: #C8314C;
}
</style>