Shades of Old Rose #C2335D
Tints of Old Rose #C2335D
RGB
CMYK
RGB Variations
Color information
#C2335D (or 0xC2335D) is known color: Old Rose. HEX triplet: C2, 33 and 5D. RGB value is (194,51,93). Sum of RGB (Red+Green+Blue) = 194+51+93=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2335D is #3DCCA2. Grayscale: #626262. Windows color (decimal): -4050083 or 6108098. OLE color: 6108098.
HSL color Cylindrical-coordinate representation of color #C2335D: hue angle of 342.38º degrees, saturation: 0.58, 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 #C2335D is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 93 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.24 |
| HSL | 342.38º | 0.58% | 0.48% | - |
| HSV(B) | 342.38º | 0.74% | 0.76% | - |
| XYZ | 25.41 | 14.63 | 11.84 | - |
| YUV | 98.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 93 | 0 | 0.74 | 0.52 | 0.24 | 342.38 | 0.58 | 0.48 |
| Hex | C2 | 33 | 5D | 0 | 4A | 34 | 18 | 156 | 3A | 30 |
| Octal | 302 | 63 | 135 | 0 | 112 | 64 | 30 | 526 | 72 | 60 |
| Binary | 11000010 | 110011 | 1011101 | 0 | 1001010 | 110100 | 11000 | 101010110 | 111010 | 110000 |
Color Harmonies of #C2335D
Complementary color
Monochromatic Colors of #C2335D
Black with #C2335D
Text Example
Text Example
White with #C2335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2335D; }
p { color: rgb(194,51,93); }
H1.HeaderClassName
{
color: #C2335D;
}
.AnyTagClassName
{
color: #C2335D;
}
</style>
background-color css
<style>
a { background-color: #C2335D; }
a { background-color: rgb(194,51,93); }
div.DivClassName
{
background-color: #C2335D;
}
.BgClassName
{
background-color: #C2335D;
}
</style>
border-color css
<style>
span { border-color: #C2335D; }
span { border-color: rgb(194,51,93); }
td.TdClassName
{
border-color: #C2335D;
}
.TagClassName
{
border-color: #C2335D;
}
</style>