Shades of Old Rose #C33D5E
Tints of Old Rose #C33D5E
RGB
CMYK
RGB Variations
Color information
#C33D5E (or 0xC33D5E) is known color: Old Rose. HEX triplet: C3, 3D and 5E. RGB value is (195,61,94). Sum of RGB (Red+Green+Blue) = 195+61+94=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D5E is #3CC2A1. Grayscale: #686868. Windows color (decimal): -3981986 or 6176195. OLE color: 6176195.
HSL color Cylindrical-coordinate representation of color #C33D5E: hue angle of 345.22º 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 #C33D5E is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 94 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.24 |
| HSL | 345.22º | 0.53% | 0.5% | - |
| HSV(B) | 345.22º | 0.69% | 0.76% | - |
| XYZ | 26.19 | 15.75 | 12.25 | - |
| YUV | 104.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 94 | 0 | 0.69 | 0.52 | 0.24 | 345.22 | 0.53 | 0.5 |
| Hex | C3 | 3D | 5E | 0 | 45 | 34 | 18 | 159 | 35 | 32 |
| Octal | 303 | 75 | 136 | 0 | 105 | 64 | 30 | 531 | 65 | 62 |
| Binary | 11000011 | 111101 | 1011110 | 0 | 1000101 | 110100 | 11000 | 101011001 | 110101 | 110010 |
Color Harmonies of #C33D5E
Complementary color
Monochromatic Colors of #C33D5E
Black with #C33D5E
Text Example
Text Example
White with #C33D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D5E; }
p { color: rgb(195,61,94); }
H1.HeaderClassName
{
color: #C33D5E;
}
.AnyTagClassName
{
color: #C33D5E;
}
</style>
background-color css
<style>
a { background-color: #C33D5E; }
a { background-color: rgb(195,61,94); }
div.DivClassName
{
background-color: #C33D5E;
}
.BgClassName
{
background-color: #C33D5E;
}
</style>
border-color css
<style>
span { border-color: #C33D5E; }
span { border-color: rgb(195,61,94); }
td.TdClassName
{
border-color: #C33D5E;
}
.TagClassName
{
border-color: #C33D5E;
}
</style>