Shades of Old Rose #C7204B
Tints of Old Rose #C7204B
RGB
CMYK
RGB Variations
Color information
#C7204B (or 0xC7204B) is known color: Old Rose. HEX triplet: C7, 20 and 4B. RGB value is (199,32,75). Sum of RGB (Red+Green+Blue) = 199+32+75=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C7204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7204B is #38DFB4. Grayscale: #565656. Windows color (decimal): -3727285 or 4923591. OLE color: 4923591.
HSL color Cylindrical-coordinate representation of color #C7204B: hue angle of 344.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7204B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 75 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.22 |
| HSL | 344.55º | 0.72% | 0.45% | - |
| HSV(B) | 344.55º | 0.84% | 0.78% | - |
| XYZ | 25.34 | 13.68 | 7.96 | - |
| YUV | 86.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 75 | 0 | 0.84 | 0.62 | 0.22 | 344.55 | 0.72 | 0.45 |
| Hex | C7 | 20 | 4B | 0 | 54 | 3E | 16 | 159 | 48 | 2D |
| Octal | 307 | 40 | 113 | 0 | 124 | 76 | 26 | 531 | 110 | 55 |
| Binary | 11000111 | 100000 | 1001011 | 0 | 1010100 | 111110 | 10110 | 101011001 | 1001000 | 101101 |
Color Harmonies of #C7204B
Complementary color
Monochromatic Colors of #C7204B
Black with #C7204B
Text Example
Text Example
White with #C7204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7204B; }
p { color: rgb(199,32,75); }
H1.HeaderClassName
{
color: #C7204B;
}
.AnyTagClassName
{
color: #C7204B;
}
</style>
background-color css
<style>
a { background-color: #C7204B; }
a { background-color: rgb(199,32,75); }
div.DivClassName
{
background-color: #C7204B;
}
.BgClassName
{
background-color: #C7204B;
}
</style>
border-color css
<style>
span { border-color: #C7204B; }
span { border-color: rgb(199,32,75); }
td.TdClassName
{
border-color: #C7204B;
}
.TagClassName
{
border-color: #C7204B;
}
</style>