Shades of Old Rose #C02057
Tints of Old Rose #C02057
RGB
CMYK
RGB Variations
Color information
#C02057 (or 0xC02057) is known color: Old Rose. HEX triplet: C0, 20 and 57. RGB value is (192,32,87). Sum of RGB (Red+Green+Blue) = 192+32+87=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C02057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02057 is #3FDFA8. Grayscale: #565656. Windows color (decimal): -4186025 or 5710016. OLE color: 5710016.
HSL color Cylindrical-coordinate representation of color #C02057: hue angle of 339.38º 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 #C02057 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 87 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.25 |
| HSL | 339.38º | 0.71% | 0.44% | - |
| HSV(B) | 339.38º | 0.83% | 0.75% | - |
| XYZ | 23.98 | 12.93 | 10.25 | - |
| YUV | 86.11 | 128.51 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 87 | 0 | 0.83 | 0.55 | 0.25 | 339.38 | 0.71 | 0.44 |
| Hex | C0 | 20 | 57 | 0 | 53 | 37 | 19 | 153 | 47 | 2C |
| Octal | 300 | 40 | 127 | 0 | 123 | 67 | 31 | 523 | 107 | 54 |
| Binary | 11000000 | 100000 | 1010111 | 0 | 1010011 | 110111 | 11001 | 101010011 | 1000111 | 101100 |
Color Harmonies of #C02057
Complementary color
Monochromatic Colors of #C02057
Black with #C02057
Text Example
Text Example
White with #C02057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02057; }
p { color: rgb(192,32,87); }
H1.HeaderClassName
{
color: #C02057;
}
.AnyTagClassName
{
color: #C02057;
}
</style>
background-color css
<style>
a { background-color: #C02057; }
a { background-color: rgb(192,32,87); }
div.DivClassName
{
background-color: #C02057;
}
.BgClassName
{
background-color: #C02057;
}
</style>
border-color css
<style>
span { border-color: #C02057; }
span { border-color: rgb(192,32,87); }
td.TdClassName
{
border-color: #C02057;
}
.TagClassName
{
border-color: #C02057;
}
</style>