Shades of Old Rose #C3335D
Tints of Old Rose #C3335D
RGB
CMYK
RGB Variations
Color information
#C3335D (or 0xC3335D) is known color: Old Rose. HEX triplet: C3, 33 and 5D. RGB value is (195,51,93). Sum of RGB (Red+Green+Blue) = 195+51+93=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3335D is #3CCCA2. Grayscale: #626262. Windows color (decimal): -3984547 or 6108099. OLE color: 6108099.
HSL color Cylindrical-coordinate representation of color #C3335D: hue angle of 342.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3335D is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 93 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.24 |
| HSL | 342.5º | 0.59% | 0.48% | - |
| HSV(B) | 342.5º | 0.74% | 0.76% | - |
| XYZ | 25.67 | 14.76 | 11.85 | - |
| YUV | 98.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 93 | 0 | 0.74 | 0.52 | 0.24 | 342.5 | 0.59 | 0.48 |
| Hex | C3 | 33 | 5D | 0 | 4A | 34 | 18 | 156 | 3B | 30 |
| Octal | 303 | 63 | 135 | 0 | 112 | 64 | 30 | 526 | 73 | 60 |
| Binary | 11000011 | 110011 | 1011101 | 0 | 1001010 | 110100 | 11000 | 101010110 | 111011 | 110000 |
Color Harmonies of #C3335D
Complementary color
Monochromatic Colors of #C3335D
Black with #C3335D
Text Example
Text Example
White with #C3335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3335D; }
p { color: rgb(195,51,93); }
H1.HeaderClassName
{
color: #C3335D;
}
.AnyTagClassName
{
color: #C3335D;
}
</style>
background-color css
<style>
a { background-color: #C3335D; }
a { background-color: rgb(195,51,93); }
div.DivClassName
{
background-color: #C3335D;
}
.BgClassName
{
background-color: #C3335D;
}
</style>
border-color css
<style>
span { border-color: #C3335D; }
span { border-color: rgb(195,51,93); }
td.TdClassName
{
border-color: #C3335D;
}
.TagClassName
{
border-color: #C3335D;
}
</style>