Shades of Old Rose #C5265C
Tints of Old Rose #C5265C
RGB
CMYK
RGB Variations
Color information
#C5265C (or 0xC5265C) is known color: Old Rose. HEX triplet: C5, 26 and 5C. RGB value is (197,38,92). Sum of RGB (Red+Green+Blue) = 197+38+92=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5265C is #3AD9A3. Grayscale: #5B5B5B. Windows color (decimal): -3856804 or 6039237. OLE color: 6039237.
HSL color Cylindrical-coordinate representation of color #C5265C: hue angle of 339.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5265C is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 92 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.23 |
| HSL | 339.62º | 0.68% | 0.46% | - |
| HSV(B) | 339.62º | 0.81% | 0.77% | - |
| XYZ | 25.65 | 14.03 | 11.48 | - |
| YUV | 91.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 92 | 0 | 0.81 | 0.53 | 0.23 | 339.62 | 0.68 | 0.46 |
| Hex | C5 | 26 | 5C | 0 | 51 | 35 | 17 | 154 | 44 | 2E |
| Octal | 305 | 46 | 134 | 0 | 121 | 65 | 27 | 524 | 104 | 56 |
| Binary | 11000101 | 100110 | 1011100 | 0 | 1010001 | 110101 | 10111 | 101010100 | 1000100 | 101110 |
Color Harmonies of #C5265C
Complementary color
Monochromatic Colors of #C5265C
Black with #C5265C
Text Example
Text Example
White with #C5265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5265C; }
p { color: rgb(197,38,92); }
H1.HeaderClassName
{
color: #C5265C;
}
.AnyTagClassName
{
color: #C5265C;
}
</style>
background-color css
<style>
a { background-color: #C5265C; }
a { background-color: rgb(197,38,92); }
div.DivClassName
{
background-color: #C5265C;
}
.BgClassName
{
background-color: #C5265C;
}
</style>
border-color css
<style>
span { border-color: #C5265C; }
span { border-color: rgb(197,38,92); }
td.TdClassName
{
border-color: #C5265C;
}
.TagClassName
{
border-color: #C5265C;
}
</style>