Shades of Old Rose #C33E55
Tints of Old Rose #C33E55
RGB
CMYK
RGB Variations
Color information
#C33E55 (or 0xC33E55) is known color: Old Rose. HEX triplet: C3, 3E and 55. RGB value is (195,62,85). Sum of RGB (Red+Green+Blue) = 195+62+85=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E55 is #3CC1AA. Grayscale: #686868. Windows color (decimal): -3981739 or 5586627. OLE color: 5586627.
HSL color Cylindrical-coordinate representation of color #C33E55: hue angle of 349.62º 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 #C33E55 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 85 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.24 |
| HSL | 349.62º | 0.53% | 0.5% | - |
| HSV(B) | 349.62º | 0.68% | 0.76% | - |
| XYZ | 25.87 | 15.7 | 10.26 | - |
| YUV | 104.39 | 117.06 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 85 | 0 | 0.68 | 0.56 | 0.24 | 349.62 | 0.53 | 0.5 |
| Hex | C3 | 3E | 55 | 0 | 44 | 38 | 18 | 15E | 35 | 32 |
| Octal | 303 | 76 | 125 | 0 | 104 | 70 | 30 | 536 | 65 | 62 |
| Binary | 11000011 | 111110 | 1010101 | 0 | 1000100 | 111000 | 11000 | 101011110 | 110101 | 110010 |
Color Harmonies of #C33E55
Complementary color
Monochromatic Colors of #C33E55
Black with #C33E55
Text Example
Text Example
White with #C33E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E55; }
p { color: rgb(195,62,85); }
H1.HeaderClassName
{
color: #C33E55;
}
.AnyTagClassName
{
color: #C33E55;
}
</style>
background-color css
<style>
a { background-color: #C33E55; }
a { background-color: rgb(195,62,85); }
div.DivClassName
{
background-color: #C33E55;
}
.BgClassName
{
background-color: #C33E55;
}
</style>
border-color css
<style>
span { border-color: #C33E55; }
span { border-color: rgb(195,62,85); }
td.TdClassName
{
border-color: #C33E55;
}
.TagClassName
{
border-color: #C33E55;
}
</style>