Shades of Old Rose #C7374B
Tints of Old Rose #C7374B
RGB
CMYK
RGB Variations
Color information
#C7374B (or 0xC7374B) is known color: Old Rose. HEX triplet: C7, 37 and 4B. RGB value is (199,55,75). Sum of RGB (Red+Green+Blue) = 199+55+75=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7374B is #38C8B4. Grayscale: #646464. Windows color (decimal): -3721397 or 4929479. OLE color: 4929479.
HSL color Cylindrical-coordinate representation of color #C7374B: hue angle of 351.67º 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 #C7374B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 75 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.22 |
| HSL | 351.67º | 0.57% | 0.5% | - |
| HSV(B) | 351.67º | 0.72% | 0.78% | - |
| XYZ | 26.19 | 15.38 | 8.25 | - |
| YUV | 100.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 75 | 0 | 0.72 | 0.62 | 0.22 | 351.67 | 0.57 | 0.5 |
| Hex | C7 | 37 | 4B | 0 | 48 | 3E | 16 | 160 | 39 | 32 |
| Octal | 307 | 67 | 113 | 0 | 110 | 76 | 26 | 540 | 71 | 62 |
| Binary | 11000111 | 110111 | 1001011 | 0 | 1001000 | 111110 | 10110 | 101100000 | 111001 | 110010 |
Color Harmonies of #C7374B
Complementary color
Monochromatic Colors of #C7374B
Black with #C7374B
Text Example
Text Example
White with #C7374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7374B; }
p { color: rgb(199,55,75); }
H1.HeaderClassName
{
color: #C7374B;
}
.AnyTagClassName
{
color: #C7374B;
}
</style>
background-color css
<style>
a { background-color: #C7374B; }
a { background-color: rgb(199,55,75); }
div.DivClassName
{
background-color: #C7374B;
}
.BgClassName
{
background-color: #C7374B;
}
</style>
border-color css
<style>
span { border-color: #C7374B; }
span { border-color: rgb(199,55,75); }
td.TdClassName
{
border-color: #C7374B;
}
.TagClassName
{
border-color: #C7374B;
}
</style>