Shades of Old Rose #C3304D
Tints of Old Rose #C3304D
RGB
CMYK
RGB Variations
Color information
#C3304D (or 0xC3304D) is known color: Old Rose. HEX triplet: C3, 30 and 4D. RGB value is (195,48,77). Sum of RGB (Red+Green+Blue) = 195+48+77=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3304D is #3CCFB2. Grayscale: #5F5F5F. Windows color (decimal): -3985331 or 5058755. OLE color: 5058755.
HSL color Cylindrical-coordinate representation of color #C3304D: hue angle of 348.16º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3304D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 77 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.24 |
| HSL | 348.16º | 0.6% | 0.48% | - |
| HSV(B) | 348.16º | 0.75% | 0.76% | - |
| XYZ | 24.9 | 14.25 | 8.46 | - |
| YUV | 95.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 77 | 0 | 0.75 | 0.61 | 0.24 | 348.16 | 0.6 | 0.48 |
| Hex | C3 | 30 | 4D | 0 | 4B | 3D | 18 | 15C | 3C | 30 |
| Octal | 303 | 60 | 115 | 0 | 113 | 75 | 30 | 534 | 74 | 60 |
| Binary | 11000011 | 110000 | 1001101 | 0 | 1001011 | 111101 | 11000 | 101011100 | 111100 | 110000 |
Color Harmonies of #C3304D
Complementary color
Monochromatic Colors of #C3304D
Black with #C3304D
Text Example
Text Example
White with #C3304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3304D; }
p { color: rgb(195,48,77); }
H1.HeaderClassName
{
color: #C3304D;
}
.AnyTagClassName
{
color: #C3304D;
}
</style>
background-color css
<style>
a { background-color: #C3304D; }
a { background-color: rgb(195,48,77); }
div.DivClassName
{
background-color: #C3304D;
}
.BgClassName
{
background-color: #C3304D;
}
</style>
border-color css
<style>
span { border-color: #C3304D; }
span { border-color: rgb(195,48,77); }
td.TdClassName
{
border-color: #C3304D;
}
.TagClassName
{
border-color: #C3304D;
}
</style>