Shades of Old Rose #C5304B
Tints of Old Rose #C5304B
RGB
CMYK
RGB Variations
Color information
#C5304B (or 0xC5304B) is known color: Old Rose. HEX triplet: C5, 30 and 4B. RGB value is (197,48,75). Sum of RGB (Red+Green+Blue) = 197+48+75=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C5304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5304B is #3ACFB4. Grayscale: #5F5F5F. Windows color (decimal): -3854261 or 4927685. OLE color: 4927685.
HSL color Cylindrical-coordinate representation of color #C5304B: hue angle of 349.13º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5304B is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 75 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.23 |
| HSL | 349.13º | 0.61% | 0.48% | - |
| HSV(B) | 349.13º | 0.76% | 0.77% | - |
| XYZ | 25.35 | 14.49 | 8.12 | - |
| YUV | 95.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 75 | 0 | 0.76 | 0.62 | 0.23 | 349.13 | 0.61 | 0.48 |
| Hex | C5 | 30 | 4B | 0 | 4C | 3E | 17 | 15D | 3D | 30 |
| Octal | 305 | 60 | 113 | 0 | 114 | 76 | 27 | 535 | 75 | 60 |
| Binary | 11000101 | 110000 | 1001011 | 0 | 1001100 | 111110 | 10111 | 101011101 | 111101 | 110000 |
Color Harmonies of #C5304B
Complementary color
Monochromatic Colors of #C5304B
Black with #C5304B
Text Example
Text Example
White with #C5304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5304B; }
p { color: rgb(197,48,75); }
H1.HeaderClassName
{
color: #C5304B;
}
.AnyTagClassName
{
color: #C5304B;
}
</style>
background-color css
<style>
a { background-color: #C5304B; }
a { background-color: rgb(197,48,75); }
div.DivClassName
{
background-color: #C5304B;
}
.BgClassName
{
background-color: #C5304B;
}
</style>
border-color css
<style>
span { border-color: #C5304B; }
span { border-color: rgb(197,48,75); }
td.TdClassName
{
border-color: #C5304B;
}
.TagClassName
{
border-color: #C5304B;
}
</style>