Shades of Old Rose #C33360
Tints of Old Rose #C33360
RGB
CMYK
RGB Variations
Color information
#C33360 (or 0xC33360) is known color: Old Rose. HEX triplet: C3, 33 and 60. RGB value is (195,51,96). Sum of RGB (Red+Green+Blue) = 195+51+96=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C33360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33360 is #3CCC9F. Grayscale: #636363. Windows color (decimal): -3984544 or 6304707. OLE color: 6304707.
HSL color Cylindrical-coordinate representation of color #C33360: hue angle of 341.25º 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 #C33360 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 96 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.24 |
| HSL | 341.25º | 0.59% | 0.48% | - |
| HSV(B) | 341.25º | 0.74% | 0.76% | - |
| XYZ | 25.8 | 14.81 | 12.57 | - |
| YUV | 99.19 | 126.21 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 96 | 0 | 0.74 | 0.51 | 0.24 | 341.25 | 0.59 | 0.48 |
| Hex | C3 | 33 | 60 | 0 | 4A | 33 | 18 | 155 | 3B | 30 |
| Octal | 303 | 63 | 140 | 0 | 112 | 63 | 30 | 525 | 73 | 60 |
| Binary | 11000011 | 110011 | 1100000 | 0 | 1001010 | 110011 | 11000 | 101010101 | 111011 | 110000 |
Color Harmonies of #C33360
Complementary color
Monochromatic Colors of #C33360
Black with #C33360
Text Example
Text Example
White with #C33360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33360; }
p { color: rgb(195,51,96); }
H1.HeaderClassName
{
color: #C33360;
}
.AnyTagClassName
{
color: #C33360;
}
</style>
background-color css
<style>
a { background-color: #C33360; }
a { background-color: rgb(195,51,96); }
div.DivClassName
{
background-color: #C33360;
}
.BgClassName
{
background-color: #C33360;
}
</style>
border-color css
<style>
span { border-color: #C33360; }
span { border-color: rgb(195,51,96); }
td.TdClassName
{
border-color: #C33360;
}
.TagClassName
{
border-color: #C33360;
}
</style>