Shades of Old Rose #C8304A
Tints of Old Rose #C8304A
RGB
CMYK
RGB Variations
Color information
#C8304A (or 0xC8304A) is known color: Old Rose. HEX triplet: C8, 30 and 4A. RGB value is (200,48,74). Sum of RGB (Red+Green+Blue) = 200+48+74=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C8304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8304A is #37CFB5. Grayscale: #606060. Windows color (decimal): -3657654 or 4862152. OLE color: 4862152.
HSL color Cylindrical-coordinate representation of color #C8304A: hue angle of 349.74º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8304A is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 74 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.22 |
| HSL | 349.74º | 0.61% | 0.49% | - |
| HSV(B) | 349.74º | 0.76% | 0.78% | - |
| XYZ | 26.11 | 14.89 | 7.98 | - |
| YUV | 96.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 74 | 0 | 0.76 | 0.63 | 0.22 | 349.74 | 0.61 | 0.49 |
| Hex | C8 | 30 | 4A | 0 | 4C | 3F | 16 | 15E | 3D | 31 |
| Octal | 310 | 60 | 112 | 0 | 114 | 77 | 26 | 536 | 75 | 61 |
| Binary | 11001000 | 110000 | 1001010 | 0 | 1001100 | 111111 | 10110 | 101011110 | 111101 | 110001 |
Color Harmonies of #C8304A
Complementary color
Monochromatic Colors of #C8304A
Black with #C8304A
Text Example
Text Example
White with #C8304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8304A; }
p { color: rgb(200,48,74); }
H1.HeaderClassName
{
color: #C8304A;
}
.AnyTagClassName
{
color: #C8304A;
}
</style>
background-color css
<style>
a { background-color: #C8304A; }
a { background-color: rgb(200,48,74); }
div.DivClassName
{
background-color: #C8304A;
}
.BgClassName
{
background-color: #C8304A;
}
</style>
border-color css
<style>
span { border-color: #C8304A; }
span { border-color: rgb(200,48,74); }
td.TdClassName
{
border-color: #C8304A;
}
.TagClassName
{
border-color: #C8304A;
}
</style>