Shades of Old Rose #C33252
Tints of Old Rose #C33252
RGB
CMYK
RGB Variations
Color information
#C33252 (or 0xC33252) is known color: Old Rose. HEX triplet: C3, 32 and 52. RGB value is (195,50,82). Sum of RGB (Red+Green+Blue) = 195+50+82=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C33252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33252 is #3CCDAD. Grayscale: #616161. Windows color (decimal): -3984814 or 5386947. OLE color: 5386947.
HSL color Cylindrical-coordinate representation of color #C33252: hue angle of 346.76º degrees, saturation: 0.59, 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 #C33252 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 82 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.24 |
| HSL | 346.76º | 0.59% | 0.48% | - |
| HSV(B) | 346.76º | 0.74% | 0.76% | - |
| XYZ | 25.17 | 14.49 | 9.45 | - |
| YUV | 97 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 82 | 0 | 0.74 | 0.58 | 0.24 | 346.76 | 0.59 | 0.48 |
| Hex | C3 | 32 | 52 | 0 | 4A | 3A | 18 | 15B | 3B | 30 |
| Octal | 303 | 62 | 122 | 0 | 112 | 72 | 30 | 533 | 73 | 60 |
| Binary | 11000011 | 110010 | 1010010 | 0 | 1001010 | 111010 | 11000 | 101011011 | 111011 | 110000 |
Color Harmonies of #C33252
Complementary color
Monochromatic Colors of #C33252
Black with #C33252
Text Example
Text Example
White with #C33252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33252; }
p { color: rgb(195,50,82); }
H1.HeaderClassName
{
color: #C33252;
}
.AnyTagClassName
{
color: #C33252;
}
</style>
background-color css
<style>
a { background-color: #C33252; }
a { background-color: rgb(195,50,82); }
div.DivClassName
{
background-color: #C33252;
}
.BgClassName
{
background-color: #C33252;
}
</style>
border-color css
<style>
span { border-color: #C33252; }
span { border-color: rgb(195,50,82); }
td.TdClassName
{
border-color: #C33252;
}
.TagClassName
{
border-color: #C33252;
}
</style>