Shades of Old Rose #C33B4A
Tints of Old Rose #C33B4A
RGB
CMYK
RGB Variations
Color information
#C33B4A (or 0xC33B4A) is known color: Old Rose. HEX triplet: C3, 3B and 4A. RGB value is (195,59,74). Sum of RGB (Red+Green+Blue) = 195+59+74=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33B4A is #3CC4B5. Grayscale: #656565. Windows color (decimal): -3982518 or 4864963. OLE color: 4864963.
HSL color Cylindrical-coordinate representation of color #C33B4A: hue angle of 353.38º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33B4A is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 74 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.24 |
| HSL | 353.38º | 0.54% | 0.5% | - |
| HSV(B) | 353.38º | 0.7% | 0.76% | - |
| XYZ | 25.31 | 15.22 | 8.08 | - |
| YUV | 101.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 74 | 0 | 0.70 | 0.62 | 0.24 | 353.38 | 0.54 | 0.5 |
| Hex | C3 | 3B | 4A | 0 | 46 | 3E | 18 | 161 | 36 | 32 |
| Octal | 303 | 73 | 112 | 0 | 106 | 76 | 30 | 541 | 66 | 62 |
| Binary | 11000011 | 111011 | 1001010 | 0 | 1000110 | 111110 | 11000 | 101100001 | 110110 | 110010 |
Color Harmonies of #C33B4A
Complementary color
Monochromatic Colors of #C33B4A
Black with #C33B4A
Text Example
Text Example
White with #C33B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B4A; }
p { color: rgb(195,59,74); }
H1.HeaderClassName
{
color: #C33B4A;
}
.AnyTagClassName
{
color: #C33B4A;
}
</style>
background-color css
<style>
a { background-color: #C33B4A; }
a { background-color: rgb(195,59,74); }
div.DivClassName
{
background-color: #C33B4A;
}
.BgClassName
{
background-color: #C33B4A;
}
</style>
border-color css
<style>
span { border-color: #C33B4A; }
span { border-color: rgb(195,59,74); }
td.TdClassName
{
border-color: #C33B4A;
}
.TagClassName
{
border-color: #C33B4A;
}
</style>