Shades of Old Rose #C33E52
Tints of Old Rose #C33E52
RGB
CMYK
RGB Variations
Color information
#C33E52 (or 0xC33E52) is known color: Old Rose. HEX triplet: C3, 3E and 52. RGB value is (195,62,82). Sum of RGB (Red+Green+Blue) = 195+62+82=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E52 is #3CC1AD. Grayscale: #686868. Windows color (decimal): -3981742 or 5390019. OLE color: 5390019.
HSL color Cylindrical-coordinate representation of color #C33E52: hue angle of 350.98º 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 #C33E52 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 82 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.24 |
| HSL | 350.98º | 0.53% | 0.5% | - |
| HSV(B) | 350.98º | 0.68% | 0.76% | - |
| XYZ | 25.75 | 15.66 | 9.65 | - |
| YUV | 104.05 | 115.56 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 82 | 0 | 0.68 | 0.58 | 0.24 | 350.98 | 0.53 | 0.5 |
| Hex | C3 | 3E | 52 | 0 | 44 | 3A | 18 | 15F | 35 | 32 |
| Octal | 303 | 76 | 122 | 0 | 104 | 72 | 30 | 537 | 65 | 62 |
| Binary | 11000011 | 111110 | 1010010 | 0 | 1000100 | 111010 | 11000 | 101011111 | 110101 | 110010 |
Color Harmonies of #C33E52
Complementary color
Monochromatic Colors of #C33E52
Black with #C33E52
Text Example
Text Example
White with #C33E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E52; }
p { color: rgb(195,62,82); }
H1.HeaderClassName
{
color: #C33E52;
}
.AnyTagClassName
{
color: #C33E52;
}
</style>
background-color css
<style>
a { background-color: #C33E52; }
a { background-color: rgb(195,62,82); }
div.DivClassName
{
background-color: #C33E52;
}
.BgClassName
{
background-color: #C33E52;
}
</style>
border-color css
<style>
span { border-color: #C33E52; }
span { border-color: rgb(195,62,82); }
td.TdClassName
{
border-color: #C33E52;
}
.TagClassName
{
border-color: #C33E52;
}
</style>