Shades of Old Rose #C33954
Tints of Old Rose #C33954
RGB
CMYK
RGB Variations
Color information
#C33954 (or 0xC33954) is known color: Old Rose. HEX triplet: C3, 39 and 54. RGB value is (195,57,84). Sum of RGB (Red+Green+Blue) = 195+57+84=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C33954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33954 is #3CC6AB. Grayscale: #656565. Windows color (decimal): -3983020 or 5519811. OLE color: 5519811.
HSL color Cylindrical-coordinate representation of color #C33954: hue angle of 348.26º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33954 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 84 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.24 |
| HSL | 348.26º | 0.55% | 0.49% | - |
| HSV(B) | 348.26º | 0.71% | 0.76% | - |
| XYZ | 25.57 | 15.17 | 9.97 | - |
| YUV | 101.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 84 | 0 | 0.71 | 0.57 | 0.24 | 348.26 | 0.55 | 0.49 |
| Hex | C3 | 39 | 54 | 0 | 47 | 39 | 18 | 15C | 37 | 31 |
| Octal | 303 | 71 | 124 | 0 | 107 | 71 | 30 | 534 | 67 | 61 |
| Binary | 11000011 | 111001 | 1010100 | 0 | 1000111 | 111001 | 11000 | 101011100 | 110111 | 110001 |
Color Harmonies of #C33954
Complementary color
Monochromatic Colors of #C33954
Black with #C33954
Text Example
Text Example
White with #C33954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33954; }
p { color: rgb(195,57,84); }
H1.HeaderClassName
{
color: #C33954;
}
.AnyTagClassName
{
color: #C33954;
}
</style>
background-color css
<style>
a { background-color: #C33954; }
a { background-color: rgb(195,57,84); }
div.DivClassName
{
background-color: #C33954;
}
.BgClassName
{
background-color: #C33954;
}
</style>
border-color css
<style>
span { border-color: #C33954; }
span { border-color: rgb(195,57,84); }
td.TdClassName
{
border-color: #C33954;
}
.TagClassName
{
border-color: #C33954;
}
</style>