Shades of Old Rose #C61652
Tints of Old Rose #C61652
RGB
CMYK
RGB Variations
Color information
#C61652 (or 0xC61652) is known color: Old Rose. HEX triplet: C6, 16 and 52. RGB value is (198,22,82). Sum of RGB (Red+Green+Blue) = 198+22+82=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C61652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61652 is #39E9AD. Grayscale: #515151. Windows color (decimal): -3795374 or 5379782. OLE color: 5379782.
HSL color Cylindrical-coordinate representation of color #C61652: hue angle of 339.55º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61652 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 82 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.22 |
| HSL | 339.55º | 0.8% | 0.43% | - |
| HSV(B) | 339.55º | 0.89% | 0.78% | - |
| XYZ | 25.1 | 13.19 | 9.21 | - |
| YUV | 81.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 82 | 0 | 0.89 | 0.59 | 0.22 | 339.55 | 0.8 | 0.43 |
| Hex | C6 | 16 | 52 | 0 | 59 | 3B | 16 | 154 | 50 | 2B |
| Octal | 306 | 26 | 122 | 0 | 131 | 73 | 26 | 524 | 120 | 53 |
| Binary | 11000110 | 10110 | 1010010 | 0 | 1011001 | 111011 | 10110 | 101010100 | 1010000 | 101011 |
Color Harmonies of #C61652
Complementary color
Monochromatic Colors of #C61652
Black with #C61652
Text Example
Text Example
White with #C61652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61652; }
p { color: rgb(198,22,82); }
H1.HeaderClassName
{
color: #C61652;
}
.AnyTagClassName
{
color: #C61652;
}
</style>
background-color css
<style>
a { background-color: #C61652; }
a { background-color: rgb(198,22,82); }
div.DivClassName
{
background-color: #C61652;
}
.BgClassName
{
background-color: #C61652;
}
</style>
border-color css
<style>
span { border-color: #C61652; }
span { border-color: rgb(198,22,82); }
td.TdClassName
{
border-color: #C61652;
}
.TagClassName
{
border-color: #C61652;
}
</style>