Shades of Old Rose #C63D59
Tints of Old Rose #C63D59
RGB
CMYK
RGB Variations
Color information
#C63D59 (or 0xC63D59) is known color: Old Rose. HEX triplet: C6, 3D and 59. RGB value is (198,61,89). Sum of RGB (Red+Green+Blue) = 198+61+89=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D59 is #39C2A6. Grayscale: #696969. Windows color (decimal): -3785383 or 5848518. OLE color: 5848518.
HSL color Cylindrical-coordinate representation of color #C63D59: hue angle of 347.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D59 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 89 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.22 |
| HSL | 347.74º | 0.55% | 0.51% | - |
| HSV(B) | 347.74º | 0.69% | 0.78% | - |
| XYZ | 26.76 | 16.06 | 11.14 | - |
| YUV | 105.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 89 | 0 | 0.69 | 0.55 | 0.22 | 347.74 | 0.55 | 0.51 |
| Hex | C6 | 3D | 59 | 0 | 45 | 37 | 16 | 15C | 37 | 33 |
| Octal | 306 | 75 | 131 | 0 | 105 | 67 | 26 | 534 | 67 | 63 |
| Binary | 11000110 | 111101 | 1011001 | 0 | 1000101 | 110111 | 10110 | 101011100 | 110111 | 110011 |
Color Harmonies of #C63D59
Complementary color
Monochromatic Colors of #C63D59
Black with #C63D59
Text Example
Text Example
White with #C63D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D59; }
p { color: rgb(198,61,89); }
H1.HeaderClassName
{
color: #C63D59;
}
.AnyTagClassName
{
color: #C63D59;
}
</style>
background-color css
<style>
a { background-color: #C63D59; }
a { background-color: rgb(198,61,89); }
div.DivClassName
{
background-color: #C63D59;
}
.BgClassName
{
background-color: #C63D59;
}
</style>
border-color css
<style>
span { border-color: #C63D59; }
span { border-color: rgb(198,61,89); }
td.TdClassName
{
border-color: #C63D59;
}
.TagClassName
{
border-color: #C63D59;
}
</style>