Shades of Old Rose #C3205D
Tints of Old Rose #C3205D
RGB
CMYK
RGB Variations
Color information
#C3205D (or 0xC3205D) is known color: Old Rose. HEX triplet: C3, 20 and 5D. RGB value is (195,32,93). Sum of RGB (Red+Green+Blue) = 195+32+93=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3205D is #3CDFA2. Grayscale: #575757. Windows color (decimal): -3989411 or 6103235. OLE color: 6103235.
HSL color Cylindrical-coordinate representation of color #C3205D: hue angle of 337.55º 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 #C3205D is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 93 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.24 |
| HSL | 337.55º | 0.72% | 0.45% | - |
| HSV(B) | 337.55º | 0.84% | 0.76% | - |
| XYZ | 25 | 13.43 | 11.63 | - |
| YUV | 87.69 | 131 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 93 | 0 | 0.84 | 0.52 | 0.24 | 337.55 | 0.72 | 0.45 |
| Hex | C3 | 20 | 5D | 0 | 54 | 34 | 18 | 152 | 48 | 2D |
| Octal | 303 | 40 | 135 | 0 | 124 | 64 | 30 | 522 | 110 | 55 |
| Binary | 11000011 | 100000 | 1011101 | 0 | 1010100 | 110100 | 11000 | 101010010 | 1001000 | 101101 |
Color Harmonies of #C3205D
Complementary color
Monochromatic Colors of #C3205D
Black with #C3205D
Text Example
Text Example
White with #C3205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3205D; }
p { color: rgb(195,32,93); }
H1.HeaderClassName
{
color: #C3205D;
}
.AnyTagClassName
{
color: #C3205D;
}
</style>
background-color css
<style>
a { background-color: #C3205D; }
a { background-color: rgb(195,32,93); }
div.DivClassName
{
background-color: #C3205D;
}
.BgClassName
{
background-color: #C3205D;
}
</style>
border-color css
<style>
span { border-color: #C3205D; }
span { border-color: rgb(195,32,93); }
td.TdClassName
{
border-color: #C3205D;
}
.TagClassName
{
border-color: #C3205D;
}
</style>