Shades of Old Rose #C63251
Tints of Old Rose #C63251
RGB
CMYK
RGB Variations
Color information
#C63251 (or 0xC63251) is known color: Old Rose. HEX triplet: C6, 32 and 51. RGB value is (198,50,81). Sum of RGB (Red+Green+Blue) = 198+50+81=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C63251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63251 is #39CDAE. Grayscale: #616161. Windows color (decimal): -3788207 or 5321414. OLE color: 5321414.
HSL color Cylindrical-coordinate representation of color #C63251: hue angle of 347.43º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63251 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 81 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.22 |
| HSL | 347.43º | 0.6% | 0.49% | - |
| HSV(B) | 347.43º | 0.75% | 0.78% | - |
| XYZ | 25.91 | 14.88 | 9.29 | - |
| YUV | 97.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 81 | 0 | 0.75 | 0.59 | 0.22 | 347.43 | 0.6 | 0.49 |
| Hex | C6 | 32 | 51 | 0 | 4B | 3B | 16 | 15B | 3C | 31 |
| Octal | 306 | 62 | 121 | 0 | 113 | 73 | 26 | 533 | 74 | 61 |
| Binary | 11000110 | 110010 | 1010001 | 0 | 1001011 | 111011 | 10110 | 101011011 | 111100 | 110001 |
Color Harmonies of #C63251
Complementary color
Monochromatic Colors of #C63251
Black with #C63251
Text Example
Text Example
White with #C63251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63251; }
p { color: rgb(198,50,81); }
H1.HeaderClassName
{
color: #C63251;
}
.AnyTagClassName
{
color: #C63251;
}
</style>
background-color css
<style>
a { background-color: #C63251; }
a { background-color: rgb(198,50,81); }
div.DivClassName
{
background-color: #C63251;
}
.BgClassName
{
background-color: #C63251;
}
</style>
border-color css
<style>
span { border-color: #C63251; }
span { border-color: rgb(198,50,81); }
td.TdClassName
{
border-color: #C63251;
}
.TagClassName
{
border-color: #C63251;
}
</style>