Shades of Old Rose #C3204D
Tints of Old Rose #C3204D
RGB
CMYK
RGB Variations
Color information
#C3204D (or 0xC3204D) is known color: Old Rose. HEX triplet: C3, 20 and 4D. RGB value is (195,32,77). Sum of RGB (Red+Green+Blue) = 195+32+77=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3204D is #3CDFB2. Grayscale: #555555. Windows color (decimal): -3989427 or 5054659. OLE color: 5054659.
HSL color Cylindrical-coordinate representation of color #C3204D: hue angle of 343.44º 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 #C3204D is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 77 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.24 |
| HSL | 343.44º | 0.72% | 0.45% | - |
| HSV(B) | 343.44º | 0.84% | 0.76% | - |
| XYZ | 24.36 | 13.17 | 8.28 | - |
| YUV | 85.87 | 123 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 77 | 0 | 0.84 | 0.61 | 0.24 | 343.44 | 0.72 | 0.45 |
| Hex | C3 | 20 | 4D | 0 | 54 | 3D | 18 | 157 | 48 | 2D |
| Octal | 303 | 40 | 115 | 0 | 124 | 75 | 30 | 527 | 110 | 55 |
| Binary | 11000011 | 100000 | 1001101 | 0 | 1010100 | 111101 | 11000 | 101010111 | 1001000 | 101101 |
Color Harmonies of #C3204D
Complementary color
Monochromatic Colors of #C3204D
Black with #C3204D
Text Example
Text Example
White with #C3204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3204D; }
p { color: rgb(195,32,77); }
H1.HeaderClassName
{
color: #C3204D;
}
.AnyTagClassName
{
color: #C3204D;
}
</style>
background-color css
<style>
a { background-color: #C3204D; }
a { background-color: rgb(195,32,77); }
div.DivClassName
{
background-color: #C3204D;
}
.BgClassName
{
background-color: #C3204D;
}
</style>
border-color css
<style>
span { border-color: #C3204D; }
span { border-color: rgb(195,32,77); }
td.TdClassName
{
border-color: #C3204D;
}
.TagClassName
{
border-color: #C3204D;
}
</style>