Shades of Old Rose #C33D54
Tints of Old Rose #C33D54
RGB
CMYK
RGB Variations
Color information
#C33D54 (or 0xC33D54) is known color: Old Rose. HEX triplet: C3, 3D and 54. RGB value is (195,61,84). Sum of RGB (Red+Green+Blue) = 195+61+84=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D54 is #3CC2AB. Grayscale: #676767. Windows color (decimal): -3981996 or 5520835. OLE color: 5520835.
HSL color Cylindrical-coordinate representation of color #C33D54: hue angle of 349.7º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33D54 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 84 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.24 |
| HSL | 349.7º | 0.53% | 0.5% | - |
| HSV(B) | 349.7º | 0.69% | 0.76% | - |
| XYZ | 25.77 | 15.58 | 10.04 | - |
| YUV | 103.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 84 | 0 | 0.69 | 0.57 | 0.24 | 349.7 | 0.53 | 0.5 |
| Hex | C3 | 3D | 54 | 0 | 45 | 39 | 18 | 15E | 35 | 32 |
| Octal | 303 | 75 | 124 | 0 | 105 | 71 | 30 | 536 | 65 | 62 |
| Binary | 11000011 | 111101 | 1010100 | 0 | 1000101 | 111001 | 11000 | 101011110 | 110101 | 110010 |
Color Harmonies of #C33D54
Complementary color
Monochromatic Colors of #C33D54
Black with #C33D54
Text Example
Text Example
White with #C33D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D54; }
p { color: rgb(195,61,84); }
H1.HeaderClassName
{
color: #C33D54;
}
.AnyTagClassName
{
color: #C33D54;
}
</style>
background-color css
<style>
a { background-color: #C33D54; }
a { background-color: rgb(195,61,84); }
div.DivClassName
{
background-color: #C33D54;
}
.BgClassName
{
background-color: #C33D54;
}
</style>
border-color css
<style>
span { border-color: #C33D54; }
span { border-color: rgb(195,61,84); }
td.TdClassName
{
border-color: #C33D54;
}
.TagClassName
{
border-color: #C33D54;
}
</style>