Shades of Old Rose #C7274B
Tints of Old Rose #C7274B
RGB
CMYK
RGB Variations
Color information
#C7274B (or 0xC7274B) is known color: Old Rose. HEX triplet: C7, 27 and 4B. RGB value is (199,39,75). Sum of RGB (Red+Green+Blue) = 199+39+75=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7274B is #38D8B4. Grayscale: #5A5A5A. Windows color (decimal): -3725493 or 4925383. OLE color: 4925383.
HSL color Cylindrical-coordinate representation of color #C7274B: hue angle of 346.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7274B is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 75 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.22 |
| HSL | 346.5º | 0.67% | 0.47% | - |
| HSV(B) | 346.5º | 0.8% | 0.78% | - |
| XYZ | 25.55 | 14.1 | 8.03 | - |
| YUV | 90.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 75 | 0 | 0.80 | 0.62 | 0.22 | 346.5 | 0.67 | 0.47 |
| Hex | C7 | 27 | 4B | 0 | 50 | 3E | 16 | 15A | 43 | 2F |
| Octal | 307 | 47 | 113 | 0 | 120 | 76 | 26 | 532 | 103 | 57 |
| Binary | 11000111 | 100111 | 1001011 | 0 | 1010000 | 111110 | 10110 | 101011010 | 1000011 | 101111 |
Color Harmonies of #C7274B
Complementary color
Monochromatic Colors of #C7274B
Black with #C7274B
Text Example
Text Example
White with #C7274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7274B; }
p { color: rgb(199,39,75); }
H1.HeaderClassName
{
color: #C7274B;
}
.AnyTagClassName
{
color: #C7274B;
}
</style>
background-color css
<style>
a { background-color: #C7274B; }
a { background-color: rgb(199,39,75); }
div.DivClassName
{
background-color: #C7274B;
}
.BgClassName
{
background-color: #C7274B;
}
</style>
border-color css
<style>
span { border-color: #C7274B; }
span { border-color: rgb(199,39,75); }
td.TdClassName
{
border-color: #C7274B;
}
.TagClassName
{
border-color: #C7274B;
}
</style>