Shades of Old Rose #C33E4D
Tints of Old Rose #C33E4D
RGB
CMYK
RGB Variations
Color information
#C33E4D (or 0xC33E4D) is known color: Old Rose. HEX triplet: C3, 3E and 4D. RGB value is (195,62,77). Sum of RGB (Red+Green+Blue) = 195+62+77=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E4D is #3CC1B2. Grayscale: #676767. Windows color (decimal): -3981747 or 5062339. OLE color: 5062339.
HSL color Cylindrical-coordinate representation of color #C33E4D: hue angle of 353.23º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33E4D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 77 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.24 |
| HSL | 353.23º | 0.53% | 0.5% | - |
| HSV(B) | 353.23º | 0.68% | 0.76% | - |
| XYZ | 25.57 | 15.58 | 8.68 | - |
| YUV | 103.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 77 | 0 | 0.68 | 0.61 | 0.24 | 353.23 | 0.53 | 0.5 |
| Hex | C3 | 3E | 4D | 0 | 44 | 3D | 18 | 161 | 35 | 32 |
| Octal | 303 | 76 | 115 | 0 | 104 | 75 | 30 | 541 | 65 | 62 |
| Binary | 11000011 | 111110 | 1001101 | 0 | 1000100 | 111101 | 11000 | 101100001 | 110101 | 110010 |
Color Harmonies of #C33E4D
Complementary color
Monochromatic Colors of #C33E4D
Black with #C33E4D
Text Example
Text Example
White with #C33E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E4D; }
p { color: rgb(195,62,77); }
H1.HeaderClassName
{
color: #C33E4D;
}
.AnyTagClassName
{
color: #C33E4D;
}
</style>
background-color css
<style>
a { background-color: #C33E4D; }
a { background-color: rgb(195,62,77); }
div.DivClassName
{
background-color: #C33E4D;
}
.BgClassName
{
background-color: #C33E4D;
}
</style>
border-color css
<style>
span { border-color: #C33E4D; }
span { border-color: rgb(195,62,77); }
td.TdClassName
{
border-color: #C33E4D;
}
.TagClassName
{
border-color: #C33E4D;
}
</style>