Shades of Old Rose #C7364B
Tints of Old Rose #C7364B
RGB
CMYK
RGB Variations
Color information
#C7364B (or 0xC7364B) is known color: Old Rose. HEX triplet: C7, 36 and 4B. RGB value is (199,54,75). Sum of RGB (Red+Green+Blue) = 199+54+75=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7364B is #38C9B4. Grayscale: #636363. Windows color (decimal): -3721653 or 4929223. OLE color: 4929223.
HSL color Cylindrical-coordinate representation of color #C7364B: hue angle of 351.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7364B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 75 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.22 |
| HSL | 351.31º | 0.57% | 0.5% | - |
| HSV(B) | 351.31º | 0.73% | 0.78% | - |
| XYZ | 26.14 | 15.29 | 8.23 | - |
| YUV | 99.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 75 | 0 | 0.73 | 0.62 | 0.22 | 351.31 | 0.57 | 0.5 |
| Hex | C7 | 36 | 4B | 0 | 49 | 3E | 16 | 15F | 39 | 32 |
| Octal | 307 | 66 | 113 | 0 | 111 | 76 | 26 | 537 | 71 | 62 |
| Binary | 11000111 | 110110 | 1001011 | 0 | 1001001 | 111110 | 10110 | 101011111 | 111001 | 110010 |
Color Harmonies of #C7364B
Complementary color
Monochromatic Colors of #C7364B
Black with #C7364B
Text Example
Text Example
White with #C7364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7364B; }
p { color: rgb(199,54,75); }
H1.HeaderClassName
{
color: #C7364B;
}
.AnyTagClassName
{
color: #C7364B;
}
</style>
background-color css
<style>
a { background-color: #C7364B; }
a { background-color: rgb(199,54,75); }
div.DivClassName
{
background-color: #C7364B;
}
.BgClassName
{
background-color: #C7364B;
}
</style>
border-color css
<style>
span { border-color: #C7364B; }
span { border-color: rgb(199,54,75); }
td.TdClassName
{
border-color: #C7364B;
}
.TagClassName
{
border-color: #C7364B;
}
</style>