Shades of Old Rose #C33F52
Tints of Old Rose #C33F52
RGB
CMYK
RGB Variations
Color information
#C33F52 (or 0xC33F52) is known color: Old Rose. HEX triplet: C3, 3F and 52. RGB value is (195,63,82). Sum of RGB (Red+Green+Blue) = 195+63+82=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F52 is #3CC0AD. Grayscale: #686868. Windows color (decimal): -3981486 or 5390275. OLE color: 5390275.
HSL color Cylindrical-coordinate representation of color #C33F52: hue angle of 351.36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F52 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 82 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.24 |
| HSL | 351.36º | 0.52% | 0.51% | - |
| HSV(B) | 351.36º | 0.68% | 0.76% | - |
| XYZ | 25.81 | 15.77 | 9.67 | - |
| YUV | 104.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 82 | 0 | 0.68 | 0.58 | 0.24 | 351.36 | 0.52 | 0.51 |
| Hex | C3 | 3F | 52 | 0 | 44 | 3A | 18 | 15F | 34 | 33 |
| Octal | 303 | 77 | 122 | 0 | 104 | 72 | 30 | 537 | 64 | 63 |
| Binary | 11000011 | 111111 | 1010010 | 0 | 1000100 | 111010 | 11000 | 101011111 | 110100 | 110011 |
Color Harmonies of #C33F52
Complementary color
Monochromatic Colors of #C33F52
Black with #C33F52
Text Example
Text Example
White with #C33F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F52; }
p { color: rgb(195,63,82); }
H1.HeaderClassName
{
color: #C33F52;
}
.AnyTagClassName
{
color: #C33F52;
}
</style>
background-color css
<style>
a { background-color: #C33F52; }
a { background-color: rgb(195,63,82); }
div.DivClassName
{
background-color: #C33F52;
}
.BgClassName
{
background-color: #C33F52;
}
</style>
border-color css
<style>
span { border-color: #C33F52; }
span { border-color: rgb(195,63,82); }
td.TdClassName
{
border-color: #C33F52;
}
.TagClassName
{
border-color: #C33F52;
}
</style>