Shades of Old Rose #C02651
Tints of Old Rose #C02651
RGB
CMYK
RGB Variations
Color information
#C02651 (or 0xC02651) is known color: Old Rose. HEX triplet: C0, 26 and 51. RGB value is (192,38,81). Sum of RGB (Red+Green+Blue) = 192+38+81=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C02651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02651 is #3FD9AE. Grayscale: #585858. Windows color (decimal): -4184495 or 5318336. OLE color: 5318336.
HSL color Cylindrical-coordinate representation of color #C02651: hue angle of 343.25º degrees, saturation: 0.67, 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 #C02651 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 81 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.25 |
| HSL | 343.25º | 0.67% | 0.45% | - |
| HSV(B) | 343.25º | 0.8% | 0.75% | - |
| XYZ | 23.92 | 13.19 | 9.07 | - |
| YUV | 88.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 81 | 0 | 0.80 | 0.58 | 0.25 | 343.25 | 0.67 | 0.45 |
| Hex | C0 | 26 | 51 | 0 | 50 | 3A | 19 | 157 | 43 | 2D |
| Octal | 300 | 46 | 121 | 0 | 120 | 72 | 31 | 527 | 103 | 55 |
| Binary | 11000000 | 100110 | 1010001 | 0 | 1010000 | 111010 | 11001 | 101010111 | 1000011 | 101101 |
Color Harmonies of #C02651
Complementary color
Monochromatic Colors of #C02651
Black with #C02651
Text Example
Text Example
White with #C02651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02651; }
p { color: rgb(192,38,81); }
H1.HeaderClassName
{
color: #C02651;
}
.AnyTagClassName
{
color: #C02651;
}
</style>
background-color css
<style>
a { background-color: #C02651; }
a { background-color: rgb(192,38,81); }
div.DivClassName
{
background-color: #C02651;
}
.BgClassName
{
background-color: #C02651;
}
</style>
border-color css
<style>
span { border-color: #C02651; }
span { border-color: rgb(192,38,81); }
td.TdClassName
{
border-color: #C02651;
}
.TagClassName
{
border-color: #C02651;
}
</style>