Shades of Old Rose #C33F4D
Tints of Old Rose #C33F4D
RGB
CMYK
RGB Variations
Color information
#C33F4D (or 0xC33F4D) is known color: Old Rose. HEX triplet: C3, 3F and 4D. RGB value is (195,63,77). Sum of RGB (Red+Green+Blue) = 195+63+77=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F4D is #3CC0B2. Grayscale: #686868. Windows color (decimal): -3981491 or 5062595. OLE color: 5062595.
HSL color Cylindrical-coordinate representation of color #C33F4D: hue angle of 353.64º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F4D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 77 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.24 |
| HSL | 353.64º | 0.52% | 0.51% | - |
| HSV(B) | 353.64º | 0.68% | 0.76% | - |
| XYZ | 25.62 | 15.69 | 8.7 | - |
| YUV | 104.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 77 | 0 | 0.68 | 0.61 | 0.24 | 353.64 | 0.52 | 0.51 |
| Hex | C3 | 3F | 4D | 0 | 44 | 3D | 18 | 162 | 34 | 33 |
| Octal | 303 | 77 | 115 | 0 | 104 | 75 | 30 | 542 | 64 | 63 |
| Binary | 11000011 | 111111 | 1001101 | 0 | 1000100 | 111101 | 11000 | 101100010 | 110100 | 110011 |
Color Harmonies of #C33F4D
Complementary color
Monochromatic Colors of #C33F4D
Black with #C33F4D
Text Example
Text Example
White with #C33F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F4D; }
p { color: rgb(195,63,77); }
H1.HeaderClassName
{
color: #C33F4D;
}
.AnyTagClassName
{
color: #C33F4D;
}
</style>
background-color css
<style>
a { background-color: #C33F4D; }
a { background-color: rgb(195,63,77); }
div.DivClassName
{
background-color: #C33F4D;
}
.BgClassName
{
background-color: #C33F4D;
}
</style>
border-color css
<style>
span { border-color: #C33F4D; }
span { border-color: rgb(195,63,77); }
td.TdClassName
{
border-color: #C33F4D;
}
.TagClassName
{
border-color: #C33F4D;
}
</style>