Shades of Old Rose #C3215D
Tints of Old Rose #C3215D
RGB
CMYK
RGB Variations
Color information
#C3215D (or 0xC3215D) is known color: Old Rose. HEX triplet: C3, 21 and 5D. RGB value is (195,33,93). Sum of RGB (Red+Green+Blue) = 195+33+93=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3215D is #3CDEA2. Grayscale: #585858. Windows color (decimal): -3989155 or 6103491. OLE color: 6103491.
HSL color Cylindrical-coordinate representation of color #C3215D: hue angle of 337.78º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3215D is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 93 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.24 |
| HSL | 337.78º | 0.71% | 0.45% | - |
| HSV(B) | 337.78º | 0.83% | 0.76% | - |
| XYZ | 25.03 | 13.48 | 11.64 | - |
| YUV | 88.28 | 130.67 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 93 | 0 | 0.83 | 0.52 | 0.24 | 337.78 | 0.71 | 0.45 |
| Hex | C3 | 21 | 5D | 0 | 53 | 34 | 18 | 152 | 47 | 2D |
| Octal | 303 | 41 | 135 | 0 | 123 | 64 | 30 | 522 | 107 | 55 |
| Binary | 11000011 | 100001 | 1011101 | 0 | 1010011 | 110100 | 11000 | 101010010 | 1000111 | 101101 |
Color Harmonies of #C3215D
Complementary color
Monochromatic Colors of #C3215D
Black with #C3215D
Text Example
Text Example
White with #C3215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3215D; }
p { color: rgb(195,33,93); }
H1.HeaderClassName
{
color: #C3215D;
}
.AnyTagClassName
{
color: #C3215D;
}
</style>
background-color css
<style>
a { background-color: #C3215D; }
a { background-color: rgb(195,33,93); }
div.DivClassName
{
background-color: #C3215D;
}
.BgClassName
{
background-color: #C3215D;
}
</style>
border-color css
<style>
span { border-color: #C3215D; }
span { border-color: rgb(195,33,93); }
td.TdClassName
{
border-color: #C3215D;
}
.TagClassName
{
border-color: #C3215D;
}
</style>