Shades of Old Rose #C8304C
Tints of Old Rose #C8304C
RGB
CMYK
RGB Variations
Color information
#C8304C (or 0xC8304C) is known color: Old Rose. HEX triplet: C8, 30 and 4C. RGB value is (200,48,76). Sum of RGB (Red+Green+Blue) = 200+48+76=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C8304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8304C is #37CFB3. Grayscale: #606060. Windows color (decimal): -3657652 or 4993224. OLE color: 4993224.
HSL color Cylindrical-coordinate representation of color #C8304C: hue angle of 348.95º 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 #C8304C is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 76 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.22 |
| HSL | 348.95º | 0.61% | 0.49% | - |
| HSV(B) | 348.95º | 0.76% | 0.78% | - |
| XYZ | 26.18 | 14.92 | 8.34 | - |
| YUV | 96.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 76 | 0 | 0.76 | 0.62 | 0.22 | 348.95 | 0.61 | 0.49 |
| Hex | C8 | 30 | 4C | 0 | 4C | 3E | 16 | 15D | 3D | 31 |
| Octal | 310 | 60 | 114 | 0 | 114 | 76 | 26 | 535 | 75 | 61 |
| Binary | 11001000 | 110000 | 1001100 | 0 | 1001100 | 111110 | 10110 | 101011101 | 111101 | 110001 |
Color Harmonies of #C8304C
Complementary color
Monochromatic Colors of #C8304C
Black with #C8304C
Text Example
Text Example
White with #C8304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8304C; }
p { color: rgb(200,48,76); }
H1.HeaderClassName
{
color: #C8304C;
}
.AnyTagClassName
{
color: #C8304C;
}
</style>
background-color css
<style>
a { background-color: #C8304C; }
a { background-color: rgb(200,48,76); }
div.DivClassName
{
background-color: #C8304C;
}
.BgClassName
{
background-color: #C8304C;
}
</style>
border-color css
<style>
span { border-color: #C8304C; }
span { border-color: rgb(200,48,76); }
td.TdClassName
{
border-color: #C8304C;
}
.TagClassName
{
border-color: #C8304C;
}
</style>