Shades of Old Rose #C02E4B
Tints of Old Rose #C02E4B
RGB
CMYK
RGB Variations
Color information
#C02E4B (or 0xC02E4B) is known color: Old Rose. HEX triplet: C0, 2E and 4B. RGB value is (192,46,75). Sum of RGB (Red+Green+Blue) = 192+46+75=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E4B is #3FD1B4. Grayscale: #5C5C5C. Windows color (decimal): -4182453 or 4927168. OLE color: 4927168.
HSL color Cylindrical-coordinate representation of color #C02E4B: hue angle of 348.08º 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 #C02E4B is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 75 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.25 |
| HSL | 348.08º | 0.61% | 0.47% | - |
| HSV(B) | 348.08º | 0.76% | 0.75% | - |
| XYZ | 23.99 | 13.67 | 8.03 | - |
| YUV | 92.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 75 | 0 | 0.76 | 0.61 | 0.25 | 348.08 | 0.61 | 0.47 |
| Hex | C0 | 2E | 4B | 0 | 4C | 3D | 19 | 15C | 3D | 2F |
| Octal | 300 | 56 | 113 | 0 | 114 | 75 | 31 | 534 | 75 | 57 |
| Binary | 11000000 | 101110 | 1001011 | 0 | 1001100 | 111101 | 11001 | 101011100 | 111101 | 101111 |
Color Harmonies of #C02E4B
Complementary color
Monochromatic Colors of #C02E4B
Black with #C02E4B
Text Example
Text Example
White with #C02E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E4B; }
p { color: rgb(192,46,75); }
H1.HeaderClassName
{
color: #C02E4B;
}
.AnyTagClassName
{
color: #C02E4B;
}
</style>
background-color css
<style>
a { background-color: #C02E4B; }
a { background-color: rgb(192,46,75); }
div.DivClassName
{
background-color: #C02E4B;
}
.BgClassName
{
background-color: #C02E4B;
}
</style>
border-color css
<style>
span { border-color: #C02E4B; }
span { border-color: rgb(192,46,75); }
td.TdClassName
{
border-color: #C02E4B;
}
.TagClassName
{
border-color: #C02E4B;
}
</style>