Shades of Old Rose #C63259
Tints of Old Rose #C63259
RGB
CMYK
RGB Variations
Color information
#C63259 (or 0xC63259) is known color: Old Rose. HEX triplet: C6, 32 and 59. RGB value is (198,50,89). Sum of RGB (Red+Green+Blue) = 198+50+89=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C63259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63259 is #39CDA6. Grayscale: #626262. Windows color (decimal): -3788199 or 5845702. OLE color: 5845702.
HSL color Cylindrical-coordinate representation of color #C63259: hue angle of 344.19º 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 #C63259 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 89 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.22 |
| HSL | 344.19º | 0.6% | 0.49% | - |
| HSV(B) | 344.19º | 0.75% | 0.78% | - |
| XYZ | 26.23 | 15.01 | 10.97 | - |
| YUV | 98.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 89 | 0 | 0.75 | 0.55 | 0.22 | 344.19 | 0.6 | 0.49 |
| Hex | C6 | 32 | 59 | 0 | 4B | 37 | 16 | 158 | 3C | 31 |
| Octal | 306 | 62 | 131 | 0 | 113 | 67 | 26 | 530 | 74 | 61 |
| Binary | 11000110 | 110010 | 1011001 | 0 | 1001011 | 110111 | 10110 | 101011000 | 111100 | 110001 |
Color Harmonies of #C63259
Complementary color
Monochromatic Colors of #C63259
Black with #C63259
Text Example
Text Example
White with #C63259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63259; }
p { color: rgb(198,50,89); }
H1.HeaderClassName
{
color: #C63259;
}
.AnyTagClassName
{
color: #C63259;
}
</style>
background-color css
<style>
a { background-color: #C63259; }
a { background-color: rgb(198,50,89); }
div.DivClassName
{
background-color: #C63259;
}
.BgClassName
{
background-color: #C63259;
}
</style>
border-color css
<style>
span { border-color: #C63259; }
span { border-color: rgb(198,50,89); }
td.TdClassName
{
border-color: #C63259;
}
.TagClassName
{
border-color: #C63259;
}
</style>