Shades of Old Rose #C7324B
Tints of Old Rose #C7324B
RGB
CMYK
RGB Variations
Color information
#C7324B (or 0xC7324B) is known color: Old Rose. HEX triplet: C7, 32 and 4B. RGB value is (199,50,75). Sum of RGB (Red+Green+Blue) = 199+50+75=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7324B is #38CDB4. Grayscale: #616161. Windows color (decimal): -3722677 or 4928199. OLE color: 4928199.
HSL color Cylindrical-coordinate representation of color #C7324B: hue angle of 349.93º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7324B is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 75 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.22 |
| HSL | 349.93º | 0.6% | 0.49% | - |
| HSV(B) | 349.93º | 0.75% | 0.78% | - |
| XYZ | 25.96 | 14.93 | 8.17 | - |
| YUV | 97.4 | 115.36 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 75 | 0 | 0.75 | 0.62 | 0.22 | 349.93 | 0.6 | 0.49 |
| Hex | C7 | 32 | 4B | 0 | 4B | 3E | 16 | 15E | 3C | 31 |
| Octal | 307 | 62 | 113 | 0 | 113 | 76 | 26 | 536 | 74 | 61 |
| Binary | 11000111 | 110010 | 1001011 | 0 | 1001011 | 111110 | 10110 | 101011110 | 111100 | 110001 |
Color Harmonies of #C7324B
Complementary color
Monochromatic Colors of #C7324B
Black with #C7324B
Text Example
Text Example
White with #C7324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7324B; }
p { color: rgb(199,50,75); }
H1.HeaderClassName
{
color: #C7324B;
}
.AnyTagClassName
{
color: #C7324B;
}
</style>
background-color css
<style>
a { background-color: #C7324B; }
a { background-color: rgb(199,50,75); }
div.DivClassName
{
background-color: #C7324B;
}
.BgClassName
{
background-color: #C7324B;
}
</style>
border-color css
<style>
span { border-color: #C7324B; }
span { border-color: rgb(199,50,75); }
td.TdClassName
{
border-color: #C7324B;
}
.TagClassName
{
border-color: #C7324B;
}
</style>