Shades of Old Rose #C02D5C
Tints of Old Rose #C02D5C
RGB
CMYK
RGB Variations
Color information
#C02D5C (or 0xC02D5C) is known color: Old Rose. HEX triplet: C0, 2D and 5C. RGB value is (192,45,92). Sum of RGB (Red+Green+Blue) = 192+45+92=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D5C is #3FD2A3. Grayscale: #5E5E5E. Windows color (decimal): -4182692 or 6041024. OLE color: 6041024.
HSL color Cylindrical-coordinate representation of color #C02D5C: hue angle of 340.82º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02D5C is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 92 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.25 |
| HSL | 340.82º | 0.62% | 0.46% | - |
| HSV(B) | 340.82º | 0.77% | 0.75% | - |
| XYZ | 24.61 | 13.86 | 11.5 | - |
| YUV | 94.31 | 126.7 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 92 | 0 | 0.77 | 0.52 | 0.25 | 340.82 | 0.62 | 0.46 |
| Hex | C0 | 2D | 5C | 0 | 4D | 34 | 19 | 155 | 3E | 2E |
| Octal | 300 | 55 | 134 | 0 | 115 | 64 | 31 | 525 | 76 | 56 |
| Binary | 11000000 | 101101 | 1011100 | 0 | 1001101 | 110100 | 11001 | 101010101 | 111110 | 101110 |
Color Harmonies of #C02D5C
Complementary color
Monochromatic Colors of #C02D5C
Black with #C02D5C
Text Example
Text Example
White with #C02D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D5C; }
p { color: rgb(192,45,92); }
H1.HeaderClassName
{
color: #C02D5C;
}
.AnyTagClassName
{
color: #C02D5C;
}
</style>
background-color css
<style>
a { background-color: #C02D5C; }
a { background-color: rgb(192,45,92); }
div.DivClassName
{
background-color: #C02D5C;
}
.BgClassName
{
background-color: #C02D5C;
}
</style>
border-color css
<style>
span { border-color: #C02D5C; }
span { border-color: rgb(192,45,92); }
td.TdClassName
{
border-color: #C02D5C;
}
.TagClassName
{
border-color: #C02D5C;
}
</style>