Shades of Old Rose #C02752
Tints of Old Rose #C02752
RGB
CMYK
RGB Variations
Color information
#C02752 (or 0xC02752) is known color: Old Rose. HEX triplet: C0, 27 and 52. RGB value is (192,39,82). Sum of RGB (Red+Green+Blue) = 192+39+82=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C02752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02752 is #3FD8AD. Grayscale: #595959. Windows color (decimal): -4184238 or 5384128. OLE color: 5384128.
HSL color Cylindrical-coordinate representation of color #C02752: hue angle of 343.14º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02752 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 82 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.25 |
| HSL | 343.14º | 0.66% | 0.45% | - |
| HSV(B) | 343.14º | 0.8% | 0.75% | - |
| XYZ | 23.99 | 13.27 | 9.28 | - |
| YUV | 89.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 82 | 0 | 0.80 | 0.57 | 0.25 | 343.14 | 0.66 | 0.45 |
| Hex | C0 | 27 | 52 | 0 | 50 | 39 | 19 | 157 | 42 | 2D |
| Octal | 300 | 47 | 122 | 0 | 120 | 71 | 31 | 527 | 102 | 55 |
| Binary | 11000000 | 100111 | 1010010 | 0 | 1010000 | 111001 | 11001 | 101010111 | 1000010 | 101101 |
Color Harmonies of #C02752
Complementary color
Monochromatic Colors of #C02752
Black with #C02752
Text Example
Text Example
White with #C02752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02752; }
p { color: rgb(192,39,82); }
H1.HeaderClassName
{
color: #C02752;
}
.AnyTagClassName
{
color: #C02752;
}
</style>
background-color css
<style>
a { background-color: #C02752; }
a { background-color: rgb(192,39,82); }
div.DivClassName
{
background-color: #C02752;
}
.BgClassName
{
background-color: #C02752;
}
</style>
border-color css
<style>
span { border-color: #C02752; }
span { border-color: rgb(192,39,82); }
td.TdClassName
{
border-color: #C02752;
}
.TagClassName
{
border-color: #C02752;
}
</style>