Shades of Old Rose #C02154
Tints of Old Rose #C02154
RGB
CMYK
RGB Variations
Color information
#C02154 (or 0xC02154) is known color: Old Rose. HEX triplet: C0, 21 and 54. RGB value is (192,33,84). Sum of RGB (Red+Green+Blue) = 192+33+84=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C02154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02154 is #3FDEAB. Grayscale: #565656. Windows color (decimal): -4185772 or 5513664. OLE color: 5513664.
HSL color Cylindrical-coordinate representation of color #C02154: hue angle of 340.75º 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 #C02154 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 84 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.25 |
| HSL | 340.75º | 0.71% | 0.44% | - |
| HSV(B) | 340.75º | 0.83% | 0.75% | - |
| XYZ | 23.88 | 12.93 | 9.63 | - |
| YUV | 86.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 84 | 0 | 0.83 | 0.56 | 0.25 | 340.75 | 0.71 | 0.44 |
| Hex | C0 | 21 | 54 | 0 | 53 | 38 | 19 | 155 | 47 | 2C |
| Octal | 300 | 41 | 124 | 0 | 123 | 70 | 31 | 525 | 107 | 54 |
| Binary | 11000000 | 100001 | 1010100 | 0 | 1010011 | 111000 | 11001 | 101010101 | 1000111 | 101100 |
Color Harmonies of #C02154
Complementary color
Monochromatic Colors of #C02154
Black with #C02154
Text Example
Text Example
White with #C02154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02154; }
p { color: rgb(192,33,84); }
H1.HeaderClassName
{
color: #C02154;
}
.AnyTagClassName
{
color: #C02154;
}
</style>
background-color css
<style>
a { background-color: #C02154; }
a { background-color: rgb(192,33,84); }
div.DivClassName
{
background-color: #C02154;
}
.BgClassName
{
background-color: #C02154;
}
</style>
border-color css
<style>
span { border-color: #C02154; }
span { border-color: rgb(192,33,84); }
td.TdClassName
{
border-color: #C02154;
}
.TagClassName
{
border-color: #C02154;
}
</style>