Shades of Old Rose #C3204E
Tints of Old Rose #C3204E
RGB
CMYK
RGB Variations
Color information
#C3204E (or 0xC3204E) is known color: Old Rose. HEX triplet: C3, 20 and 4E. RGB value is (195,32,78). Sum of RGB (Red+Green+Blue) = 195+32+78=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3204E is #3CDFB1. Grayscale: #555555. Windows color (decimal): -3989426 or 5120195. OLE color: 5120195.
HSL color Cylindrical-coordinate representation of color #C3204E: hue angle of 343.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3204E is Cyan = 0, Magento = 0.84, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 78 | - |
| CMYK | 0 | 0.84 | 0.6 | 0.24 |
| HSL | 343.07º | 0.72% | 0.45% | - |
| HSV(B) | 343.07º | 0.84% | 0.76% | - |
| XYZ | 24.4 | 13.19 | 8.47 | - |
| YUV | 85.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 78 | 0 | 0.84 | 0.6 | 0.24 | 343.07 | 0.72 | 0.45 |
| Hex | C3 | 20 | 4E | 0 | 54 | 3C | 18 | 157 | 48 | 2D |
| Octal | 303 | 40 | 116 | 0 | 124 | 74 | 30 | 527 | 110 | 55 |
| Binary | 11000011 | 100000 | 1001110 | 0 | 1010100 | 111100 | 11000 | 101010111 | 1001000 | 101101 |
Color Harmonies of #C3204E
Complementary color
Monochromatic Colors of #C3204E
Black with #C3204E
Text Example
Text Example
White with #C3204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3204E; }
p { color: rgb(195,32,78); }
H1.HeaderClassName
{
color: #C3204E;
}
.AnyTagClassName
{
color: #C3204E;
}
</style>
background-color css
<style>
a { background-color: #C3204E; }
a { background-color: rgb(195,32,78); }
div.DivClassName
{
background-color: #C3204E;
}
.BgClassName
{
background-color: #C3204E;
}
</style>
border-color css
<style>
span { border-color: #C3204E; }
span { border-color: rgb(195,32,78); }
td.TdClassName
{
border-color: #C3204E;
}
.TagClassName
{
border-color: #C3204E;
}
</style>