Shades of Old Rose #C33E58
Tints of Old Rose #C33E58
RGB
CMYK
RGB Variations
Color information
#C33E58 (or 0xC33E58) is known color: Old Rose. HEX triplet: C3, 3E and 58. RGB value is (195,62,88). Sum of RGB (Red+Green+Blue) = 195+62+88=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E58 is #3CC1A7. Grayscale: #686868. Windows color (decimal): -3981736 or 5783235. OLE color: 5783235.
HSL color Cylindrical-coordinate representation of color #C33E58: hue angle of 348.27º 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 #C33E58 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 88 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.24 |
| HSL | 348.27º | 0.53% | 0.5% | - |
| HSV(B) | 348.27º | 0.68% | 0.76% | - |
| XYZ | 25.99 | 15.75 | 10.9 | - |
| YUV | 104.73 | 118.56 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 88 | 0 | 0.68 | 0.55 | 0.24 | 348.27 | 0.53 | 0.5 |
| Hex | C3 | 3E | 58 | 0 | 44 | 37 | 18 | 15C | 35 | 32 |
| Octal | 303 | 76 | 130 | 0 | 104 | 67 | 30 | 534 | 65 | 62 |
| Binary | 11000011 | 111110 | 1011000 | 0 | 1000100 | 110111 | 11000 | 101011100 | 110101 | 110010 |
Color Harmonies of #C33E58
Complementary color
Monochromatic Colors of #C33E58
Black with #C33E58
Text Example
Text Example
White with #C33E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E58; }
p { color: rgb(195,62,88); }
H1.HeaderClassName
{
color: #C33E58;
}
.AnyTagClassName
{
color: #C33E58;
}
</style>
background-color css
<style>
a { background-color: #C33E58; }
a { background-color: rgb(195,62,88); }
div.DivClassName
{
background-color: #C33E58;
}
.BgClassName
{
background-color: #C33E58;
}
</style>
border-color css
<style>
span { border-color: #C33E58; }
span { border-color: rgb(195,62,88); }
td.TdClassName
{
border-color: #C33E58;
}
.TagClassName
{
border-color: #C33E58;
}
</style>