Shades of Old Rose #C33354
Tints of Old Rose #C33354
RGB
CMYK
RGB Variations
Color information
#C33354 (or 0xC33354) is known color: Old Rose. HEX triplet: C3, 33 and 54. RGB value is (195,51,84). Sum of RGB (Red+Green+Blue) = 195+51+84=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C33354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33354 is #3CCCAB. Grayscale: #616161. Windows color (decimal): -3984556 or 5518275. OLE color: 5518275.
HSL color Cylindrical-coordinate representation of color #C33354: hue angle of 346.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 #C33354 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 84 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.24 |
| HSL | 346.25º | 0.59% | 0.48% | - |
| HSV(B) | 346.25º | 0.74% | 0.76% | - |
| XYZ | 25.29 | 14.61 | 9.87 | - |
| YUV | 97.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 84 | 0 | 0.74 | 0.57 | 0.24 | 346.25 | 0.59 | 0.48 |
| Hex | C3 | 33 | 54 | 0 | 4A | 39 | 18 | 15A | 3B | 30 |
| Octal | 303 | 63 | 124 | 0 | 112 | 71 | 30 | 532 | 73 | 60 |
| Binary | 11000011 | 110011 | 1010100 | 0 | 1001010 | 111001 | 11000 | 101011010 | 111011 | 110000 |
Color Harmonies of #C33354
Complementary color
Monochromatic Colors of #C33354
Black with #C33354
Text Example
Text Example
White with #C33354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33354; }
p { color: rgb(195,51,84); }
H1.HeaderClassName
{
color: #C33354;
}
.AnyTagClassName
{
color: #C33354;
}
</style>
background-color css
<style>
a { background-color: #C33354; }
a { background-color: rgb(195,51,84); }
div.DivClassName
{
background-color: #C33354;
}
.BgClassName
{
background-color: #C33354;
}
</style>
border-color css
<style>
span { border-color: #C33354; }
span { border-color: rgb(195,51,84); }
td.TdClassName
{
border-color: #C33354;
}
.TagClassName
{
border-color: #C33354;
}
</style>