Shades of Old Rose #C7375A
Tints of Old Rose #C7375A
RGB
CMYK
RGB Variations
Color information
#C7375A (or 0xC7375A) is known color: Old Rose. HEX triplet: C7, 37 and 5A. RGB value is (199,55,90). Sum of RGB (Red+Green+Blue) = 199+55+90=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7375A is #38C8A5. Grayscale: #666666. Windows color (decimal): -3721382 or 5912519. OLE color: 5912519.
HSL color Cylindrical-coordinate representation of color #C7375A: hue angle of 345.42º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7375A is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 90 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.22 |
| HSL | 345.42º | 0.57% | 0.5% | - |
| HSV(B) | 345.42º | 0.72% | 0.78% | - |
| XYZ | 26.76 | 15.61 | 11.28 | - |
| YUV | 102.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 90 | 0 | 0.72 | 0.55 | 0.22 | 345.42 | 0.57 | 0.5 |
| Hex | C7 | 37 | 5A | 0 | 48 | 37 | 16 | 159 | 39 | 32 |
| Octal | 307 | 67 | 132 | 0 | 110 | 67 | 26 | 531 | 71 | 62 |
| Binary | 11000111 | 110111 | 1011010 | 0 | 1001000 | 110111 | 10110 | 101011001 | 111001 | 110010 |
Color Harmonies of #C7375A
Complementary color
Monochromatic Colors of #C7375A
Black with #C7375A
Text Example
Text Example
White with #C7375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7375A; }
p { color: rgb(199,55,90); }
H1.HeaderClassName
{
color: #C7375A;
}
.AnyTagClassName
{
color: #C7375A;
}
</style>
background-color css
<style>
a { background-color: #C7375A; }
a { background-color: rgb(199,55,90); }
div.DivClassName
{
background-color: #C7375A;
}
.BgClassName
{
background-color: #C7375A;
}
</style>
border-color css
<style>
span { border-color: #C7375A; }
span { border-color: rgb(199,55,90); }
td.TdClassName
{
border-color: #C7375A;
}
.TagClassName
{
border-color: #C7375A;
}
</style>