Shades of Old Rose #C33E5D
Tints of Old Rose #C33E5D
RGB
CMYK
RGB Variations
Color information
#C33E5D (or 0xC33E5D) is known color: Old Rose. HEX triplet: C3, 3E and 5D. RGB value is (195,62,93). Sum of RGB (Red+Green+Blue) = 195+62+93=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E5D is #3CC1A2. Grayscale: #696969. Windows color (decimal): -3981731 or 6110915. OLE color: 6110915.
HSL color Cylindrical-coordinate representation of color #C33E5D: hue angle of 346.02º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33E5D is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 93 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.24 |
| HSL | 346.02º | 0.53% | 0.5% | - |
| HSV(B) | 346.02º | 0.68% | 0.76% | - |
| XYZ | 26.2 | 15.84 | 12.03 | - |
| YUV | 105.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 93 | 0 | 0.68 | 0.52 | 0.24 | 346.02 | 0.53 | 0.5 |
| Hex | C3 | 3E | 5D | 0 | 44 | 34 | 18 | 15A | 35 | 32 |
| Octal | 303 | 76 | 135 | 0 | 104 | 64 | 30 | 532 | 65 | 62 |
| Binary | 11000011 | 111110 | 1011101 | 0 | 1000100 | 110100 | 11000 | 101011010 | 110101 | 110010 |
Color Harmonies of #C33E5D
Complementary color
Monochromatic Colors of #C33E5D
Black with #C33E5D
Text Example
Text Example
White with #C33E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E5D; }
p { color: rgb(195,62,93); }
H1.HeaderClassName
{
color: #C33E5D;
}
.AnyTagClassName
{
color: #C33E5D;
}
</style>
background-color css
<style>
a { background-color: #C33E5D; }
a { background-color: rgb(195,62,93); }
div.DivClassName
{
background-color: #C33E5D;
}
.BgClassName
{
background-color: #C33E5D;
}
</style>
border-color css
<style>
span { border-color: #C33E5D; }
span { border-color: rgb(195,62,93); }
td.TdClassName
{
border-color: #C33E5D;
}
.TagClassName
{
border-color: #C33E5D;
}
</style>