Shades of Old Rose #C72D4B
Tints of Old Rose #C72D4B
RGB
CMYK
RGB Variations
Color information
#C72D4B (or 0xC72D4B) is known color: Old Rose. HEX triplet: C7, 2D and 4B. RGB value is (199,45,75). Sum of RGB (Red+Green+Blue) = 199+45+75=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72D4B is #38D2B4. Grayscale: #5E5E5E. Windows color (decimal): -3723957 or 4926919. OLE color: 4926919.
HSL color Cylindrical-coordinate representation of color #C72D4B: hue angle of 348.31º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72D4B is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 75 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.22 |
| HSL | 348.31º | 0.63% | 0.48% | - |
| HSV(B) | 348.31º | 0.77% | 0.78% | - |
| XYZ | 25.76 | 14.53 | 8.1 | - |
| YUV | 94.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 75 | 0 | 0.77 | 0.62 | 0.22 | 348.31 | 0.63 | 0.48 |
| Hex | C7 | 2D | 4B | 0 | 4D | 3E | 16 | 15C | 3F | 30 |
| Octal | 307 | 55 | 113 | 0 | 115 | 76 | 26 | 534 | 77 | 60 |
| Binary | 11000111 | 101101 | 1001011 | 0 | 1001101 | 111110 | 10110 | 101011100 | 111111 | 110000 |
Color Harmonies of #C72D4B
Complementary color
Monochromatic Colors of #C72D4B
Black with #C72D4B
Text Example
Text Example
White with #C72D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72D4B; }
p { color: rgb(199,45,75); }
H1.HeaderClassName
{
color: #C72D4B;
}
.AnyTagClassName
{
color: #C72D4B;
}
</style>
background-color css
<style>
a { background-color: #C72D4B; }
a { background-color: rgb(199,45,75); }
div.DivClassName
{
background-color: #C72D4B;
}
.BgClassName
{
background-color: #C72D4B;
}
</style>
border-color css
<style>
span { border-color: #C72D4B; }
span { border-color: rgb(199,45,75); }
td.TdClassName
{
border-color: #C72D4B;
}
.TagClassName
{
border-color: #C72D4B;
}
</style>