Shades of Old Rose #C62D52
Tints of Old Rose #C62D52
RGB
CMYK
RGB Variations
Color information
#C62D52 (or 0xC62D52) is known color: Old Rose. HEX triplet: C6, 2D and 52. RGB value is (198,45,82). Sum of RGB (Red+Green+Blue) = 198+45+82=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62D52 is #39D2AD. Grayscale: #5E5E5E. Windows color (decimal): -3789486 or 5385670. OLE color: 5385670.
HSL color Cylindrical-coordinate representation of color #C62D52: hue angle of 345.49º 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 #C62D52 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 82 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.22 |
| HSL | 345.49º | 0.63% | 0.48% | - |
| HSV(B) | 345.49º | 0.77% | 0.78% | - |
| XYZ | 25.75 | 14.49 | 9.42 | - |
| YUV | 94.97 | 120.69 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 82 | 0 | 0.77 | 0.59 | 0.22 | 345.49 | 0.63 | 0.48 |
| Hex | C6 | 2D | 52 | 0 | 4D | 3B | 16 | 159 | 3F | 30 |
| Octal | 306 | 55 | 122 | 0 | 115 | 73 | 26 | 531 | 77 | 60 |
| Binary | 11000110 | 101101 | 1010010 | 0 | 1001101 | 111011 | 10110 | 101011001 | 111111 | 110000 |
Color Harmonies of #C62D52
Complementary color
Monochromatic Colors of #C62D52
Black with #C62D52
Text Example
Text Example
White with #C62D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62D52; }
p { color: rgb(198,45,82); }
H1.HeaderClassName
{
color: #C62D52;
}
.AnyTagClassName
{
color: #C62D52;
}
</style>
background-color css
<style>
a { background-color: #C62D52; }
a { background-color: rgb(198,45,82); }
div.DivClassName
{
background-color: #C62D52;
}
.BgClassName
{
background-color: #C62D52;
}
</style>
border-color css
<style>
span { border-color: #C62D52; }
span { border-color: rgb(198,45,82); }
td.TdClassName
{
border-color: #C62D52;
}
.TagClassName
{
border-color: #C62D52;
}
</style>