Shades of Old Rose #C63152
Tints of Old Rose #C63152
RGB
CMYK
RGB Variations
Color information
#C63152 (or 0xC63152) is known color: Old Rose. HEX triplet: C6, 31 and 52. RGB value is (198,49,82). Sum of RGB (Red+Green+Blue) = 198+49+82=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C63152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63152 is #39CEAD. Grayscale: #616161. Windows color (decimal): -3788462 or 5386694. OLE color: 5386694.
HSL color Cylindrical-coordinate representation of color #C63152: hue angle of 346.71º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63152 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 82 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.22 |
| HSL | 346.71º | 0.6% | 0.48% | - |
| HSV(B) | 346.71º | 0.75% | 0.78% | - |
| XYZ | 25.91 | 14.81 | 9.48 | - |
| YUV | 97.31 | 119.36 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 82 | 0 | 0.75 | 0.59 | 0.22 | 346.71 | 0.6 | 0.48 |
| Hex | C6 | 31 | 52 | 0 | 4B | 3B | 16 | 15B | 3C | 30 |
| Octal | 306 | 61 | 122 | 0 | 113 | 73 | 26 | 533 | 74 | 60 |
| Binary | 11000110 | 110001 | 1010010 | 0 | 1001011 | 111011 | 10110 | 101011011 | 111100 | 110000 |
Color Harmonies of #C63152
Complementary color
Monochromatic Colors of #C63152
Black with #C63152
Text Example
Text Example
White with #C63152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63152; }
p { color: rgb(198,49,82); }
H1.HeaderClassName
{
color: #C63152;
}
.AnyTagClassName
{
color: #C63152;
}
</style>
background-color css
<style>
a { background-color: #C63152; }
a { background-color: rgb(198,49,82); }
div.DivClassName
{
background-color: #C63152;
}
.BgClassName
{
background-color: #C63152;
}
</style>
border-color css
<style>
span { border-color: #C63152; }
span { border-color: rgb(198,49,82); }
td.TdClassName
{
border-color: #C63152;
}
.TagClassName
{
border-color: #C63152;
}
</style>