Shades of Old Rose #C02E4C
Tints of Old Rose #C02E4C
RGB
CMYK
RGB Variations
Color information
#C02E4C (or 0xC02E4C) is known color: Old Rose. HEX triplet: C0, 2E and 4C. RGB value is (192,46,76). Sum of RGB (Red+Green+Blue) = 192+46+76=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E4C is #3FD1B3. Grayscale: #5D5D5D. Windows color (decimal): -4182452 or 4992704. OLE color: 4992704.
HSL color Cylindrical-coordinate representation of color #C02E4C: hue angle of 347.67º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02E4C is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 46 | 76 | - |
CMYK | 0 | 0.76 | 0.60 | 0.25 |
HSL | 347.67º | 0.61% | 0.47% | - |
HSV(B) | 347.67º | 0.76% | 0.75% | - |
XYZ | 24.02 | 13.68 | 8.21 | - |
YUV | 93.07 | 118.37 | 198.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 46 | 76 | 0 | 0.76 | 0.60 | 0.25 | 347.67 | 0.61 | 0.47 |
Hex | C0 | 2E | 4C | 0 | 4C | 3C | 19 | 15C | 3D | 2F |
Octal | 300 | 56 | 114 | 0 | 114 | 74 | 31 | 534 | 75 | 57 |
Binary | 11000000 | 101110 | 1001100 | 0 | 1001100 | 111100 | 11001 | 101011100 | 111101 | 101111 |
Color Harmonies of #C02E4C
Complementary color
Monochromatic Colors of #C02E4C
Black with #C02E4C
Text Example
Text Example
White with #C02E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E4C; }
p { color: rgb(192,46,76); }
H1.HeaderClassName
{
color: #C02E4C;
}
.AnyTagClassName
{
color: #C02E4C;
}
</style>
background-color css
<style>
a { background-color: #C02E4C; }
a { background-color: rgb(192,46,76); }
div.DivClassName
{
background-color: #C02E4C;
}
.BgClassName
{
background-color: #C02E4C;
}
</style>
border-color css
<style>
span { border-color: #C02E4C; }
span { border-color: rgb(192,46,76); }
td.TdClassName
{
border-color: #C02E4C;
}
.TagClassName
{
border-color: #C02E4C;
}
</style>