Shades of Old Rose #C62D5C
Tints of Old Rose #C62D5C
RGB
CMYK
RGB Variations
Color information
#C62D5C (or 0xC62D5C) is known color: Old Rose. HEX triplet: C6, 2D and 5C. RGB value is (198,45,92). Sum of RGB (Red+Green+Blue) = 198+45+92=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62D5C is #39D2A3. Grayscale: #606060. Windows color (decimal): -3789476 or 6041030. OLE color: 6041030.
HSL color Cylindrical-coordinate representation of color #C62D5C: hue angle of 341.57º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62D5C is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 92 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.22 |
| HSL | 341.57º | 0.63% | 0.48% | - |
| HSV(B) | 341.57º | 0.77% | 0.78% | - |
| XYZ | 26.16 | 14.66 | 11.58 | - |
| YUV | 96.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 92 | 0 | 0.77 | 0.54 | 0.22 | 341.57 | 0.63 | 0.48 |
| Hex | C6 | 2D | 5C | 0 | 4D | 36 | 16 | 156 | 3F | 30 |
| Octal | 306 | 55 | 134 | 0 | 115 | 66 | 26 | 526 | 77 | 60 |
| Binary | 11000110 | 101101 | 1011100 | 0 | 1001101 | 110110 | 10110 | 101010110 | 111111 | 110000 |
Color Harmonies of #C62D5C
Complementary color
Monochromatic Colors of #C62D5C
Black with #C62D5C
Text Example
Text Example
White with #C62D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62D5C; }
p { color: rgb(198,45,92); }
H1.HeaderClassName
{
color: #C62D5C;
}
.AnyTagClassName
{
color: #C62D5C;
}
</style>
background-color css
<style>
a { background-color: #C62D5C; }
a { background-color: rgb(198,45,92); }
div.DivClassName
{
background-color: #C62D5C;
}
.BgClassName
{
background-color: #C62D5C;
}
</style>
border-color css
<style>
span { border-color: #C62D5C; }
span { border-color: rgb(198,45,92); }
td.TdClassName
{
border-color: #C62D5C;
}
.TagClassName
{
border-color: #C62D5C;
}
</style>