Shades of Old Rose #C33D5F
Tints of Old Rose #C33D5F
RGB
CMYK
RGB Variations
Color information
#C33D5F (or 0xC33D5F) is known color: Old Rose. HEX triplet: C3, 3D and 5F. RGB value is (195,61,95). Sum of RGB (Red+Green+Blue) = 195+61+95=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D5F is #3CC2A0. Grayscale: #686868. Windows color (decimal): -3981985 or 6241731. OLE color: 6241731.
HSL color Cylindrical-coordinate representation of color #C33D5F: hue angle of 344.78º 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 #C33D5F is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 95 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.24 |
| HSL | 344.78º | 0.53% | 0.5% | - |
| HSV(B) | 344.78º | 0.69% | 0.76% | - |
| XYZ | 26.24 | 15.77 | 12.49 | - |
| YUV | 104.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 95 | 0 | 0.69 | 0.51 | 0.24 | 344.78 | 0.53 | 0.5 |
| Hex | C3 | 3D | 5F | 0 | 45 | 33 | 18 | 159 | 35 | 32 |
| Octal | 303 | 75 | 137 | 0 | 105 | 63 | 30 | 531 | 65 | 62 |
| Binary | 11000011 | 111101 | 1011111 | 0 | 1000101 | 110011 | 11000 | 101011001 | 110101 | 110010 |
Color Harmonies of #C33D5F
Complementary color
Monochromatic Colors of #C33D5F
Black with #C33D5F
Text Example
Text Example
White with #C33D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D5F; }
p { color: rgb(195,61,95); }
H1.HeaderClassName
{
color: #C33D5F;
}
.AnyTagClassName
{
color: #C33D5F;
}
</style>
background-color css
<style>
a { background-color: #C33D5F; }
a { background-color: rgb(195,61,95); }
div.DivClassName
{
background-color: #C33D5F;
}
.BgClassName
{
background-color: #C33D5F;
}
</style>
border-color css
<style>
span { border-color: #C33D5F; }
span { border-color: rgb(195,61,95); }
td.TdClassName
{
border-color: #C33D5F;
}
.TagClassName
{
border-color: #C33D5F;
}
</style>