Shades of Old Rose #C33D4E
Tints of Old Rose #C33D4E
RGB
CMYK
RGB Variations
Color information
#C33D4E (or 0xC33D4E) is known color: Old Rose. HEX triplet: C3, 3D and 4E. RGB value is (195,61,78). Sum of RGB (Red+Green+Blue) = 195+61+78=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D4E is #3CC2B1. Grayscale: #676767. Windows color (decimal): -3982002 or 5127619. OLE color: 5127619.
HSL color Cylindrical-coordinate representation of color #C33D4E: hue angle of 352.39º 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 #C33D4E is Cyan = 0, Magento = 0.69, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 78 | - |
| CMYK | 0 | 0.69 | 0.6 | 0.24 |
| HSL | 352.39º | 0.53% | 0.5% | - |
| HSV(B) | 352.39º | 0.69% | 0.76% | - |
| XYZ | 25.55 | 15.49 | 8.85 | - |
| YUV | 103 | 113.89 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 78 | 0 | 0.69 | 0.6 | 0.24 | 352.39 | 0.53 | 0.5 |
| Hex | C3 | 3D | 4E | 0 | 45 | 3C | 18 | 160 | 35 | 32 |
| Octal | 303 | 75 | 116 | 0 | 105 | 74 | 30 | 540 | 65 | 62 |
| Binary | 11000011 | 111101 | 1001110 | 0 | 1000101 | 111100 | 11000 | 101100000 | 110101 | 110010 |
Color Harmonies of #C33D4E
Complementary color
Monochromatic Colors of #C33D4E
Black with #C33D4E
Text Example
Text Example
White with #C33D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D4E; }
p { color: rgb(195,61,78); }
H1.HeaderClassName
{
color: #C33D4E;
}
.AnyTagClassName
{
color: #C33D4E;
}
</style>
background-color css
<style>
a { background-color: #C33D4E; }
a { background-color: rgb(195,61,78); }
div.DivClassName
{
background-color: #C33D4E;
}
.BgClassName
{
background-color: #C33D4E;
}
</style>
border-color css
<style>
span { border-color: #C33D4E; }
span { border-color: rgb(195,61,78); }
td.TdClassName
{
border-color: #C33D4E;
}
.TagClassName
{
border-color: #C33D4E;
}
</style>