Shades of Old Rose #C02152
Tints of Old Rose #C02152
RGB
CMYK
RGB Variations
Color information
#C02152 (or 0xC02152) is known color: Old Rose. HEX triplet: C0, 21 and 52. RGB value is (192,33,82). Sum of RGB (Red+Green+Blue) = 192+33+82=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C02152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02152 is #3FDEAD. Grayscale: #565656. Windows color (decimal): -4185774 or 5382592. OLE color: 5382592.
HSL color Cylindrical-coordinate representation of color #C02152: hue angle of 341.51º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02152 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 82 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.25 |
| HSL | 341.51º | 0.71% | 0.44% | - |
| HSV(B) | 341.51º | 0.83% | 0.75% | - |
| XYZ | 23.81 | 12.9 | 9.22 | - |
| YUV | 86.13 | 125.68 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 82 | 0 | 0.83 | 0.57 | 0.25 | 341.51 | 0.71 | 0.44 |
| Hex | C0 | 21 | 52 | 0 | 53 | 39 | 19 | 156 | 47 | 2C |
| Octal | 300 | 41 | 122 | 0 | 123 | 71 | 31 | 526 | 107 | 54 |
| Binary | 11000000 | 100001 | 1010010 | 0 | 1010011 | 111001 | 11001 | 101010110 | 1000111 | 101100 |
Color Harmonies of #C02152
Complementary color
Monochromatic Colors of #C02152
Black with #C02152
Text Example
Text Example
White with #C02152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02152; }
p { color: rgb(192,33,82); }
H1.HeaderClassName
{
color: #C02152;
}
.AnyTagClassName
{
color: #C02152;
}
</style>
background-color css
<style>
a { background-color: #C02152; }
a { background-color: rgb(192,33,82); }
div.DivClassName
{
background-color: #C02152;
}
.BgClassName
{
background-color: #C02152;
}
</style>
border-color css
<style>
span { border-color: #C02152; }
span { border-color: rgb(192,33,82); }
td.TdClassName
{
border-color: #C02152;
}
.TagClassName
{
border-color: #C02152;
}
</style>