Shades of Old Rose #C7265C
Tints of Old Rose #C7265C
RGB
CMYK
RGB Variations
Color information
#C7265C (or 0xC7265C) is known color: Old Rose. HEX triplet: C7, 26 and 5C. RGB value is (199,38,92). Sum of RGB (Red+Green+Blue) = 199+38+92=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7265C is #38D9A3. Grayscale: #5C5C5C. Windows color (decimal): -3725732 or 6039239. OLE color: 6039239.
HSL color Cylindrical-coordinate representation of color #C7265C: hue angle of 339.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7265C is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 92 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.22 |
| HSL | 339.88º | 0.68% | 0.46% | - |
| HSV(B) | 339.88º | 0.81% | 0.78% | - |
| XYZ | 26.18 | 14.3 | 11.51 | - |
| YUV | 92.3 | 127.84 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 92 | 0 | 0.81 | 0.54 | 0.22 | 339.88 | 0.68 | 0.46 |
| Hex | C7 | 26 | 5C | 0 | 51 | 36 | 16 | 154 | 44 | 2E |
| Octal | 307 | 46 | 134 | 0 | 121 | 66 | 26 | 524 | 104 | 56 |
| Binary | 11000111 | 100110 | 1011100 | 0 | 1010001 | 110110 | 10110 | 101010100 | 1000100 | 101110 |
Color Harmonies of #C7265C
Complementary color
Monochromatic Colors of #C7265C
Black with #C7265C
Text Example
Text Example
White with #C7265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7265C; }
p { color: rgb(199,38,92); }
H1.HeaderClassName
{
color: #C7265C;
}
.AnyTagClassName
{
color: #C7265C;
}
</style>
background-color css
<style>
a { background-color: #C7265C; }
a { background-color: rgb(199,38,92); }
div.DivClassName
{
background-color: #C7265C;
}
.BgClassName
{
background-color: #C7265C;
}
</style>
border-color css
<style>
span { border-color: #C7265C; }
span { border-color: rgb(199,38,92); }
td.TdClassName
{
border-color: #C7265C;
}
.TagClassName
{
border-color: #C7265C;
}
</style>