Shades of Old Rose #C63D56
Tints of Old Rose #C63D56
RGB
CMYK
RGB Variations
Color information
#C63D56 (or 0xC63D56) is known color: Old Rose. HEX triplet: C6, 3D and 56. RGB value is (198,61,86). Sum of RGB (Red+Green+Blue) = 198+61+86=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D56 is #39C2A9. Grayscale: #686868. Windows color (decimal): -3785386 or 5651910. OLE color: 5651910.
HSL color Cylindrical-coordinate representation of color #C63D56: hue angle of 349.05º 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 #C63D56 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 86 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.22 |
| HSL | 349.05º | 0.55% | 0.51% | - |
| HSV(B) | 349.05º | 0.69% | 0.78% | - |
| XYZ | 26.64 | 16.02 | 10.49 | - |
| YUV | 104.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 86 | 0 | 0.69 | 0.57 | 0.22 | 349.05 | 0.55 | 0.51 |
| Hex | C6 | 3D | 56 | 0 | 45 | 39 | 16 | 15D | 37 | 33 |
| Octal | 306 | 75 | 126 | 0 | 105 | 71 | 26 | 535 | 67 | 63 |
| Binary | 11000110 | 111101 | 1010110 | 0 | 1000101 | 111001 | 10110 | 101011101 | 110111 | 110011 |
Color Harmonies of #C63D56
Complementary color
Monochromatic Colors of #C63D56
Black with #C63D56
Text Example
Text Example
White with #C63D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D56; }
p { color: rgb(198,61,86); }
H1.HeaderClassName
{
color: #C63D56;
}
.AnyTagClassName
{
color: #C63D56;
}
</style>
background-color css
<style>
a { background-color: #C63D56; }
a { background-color: rgb(198,61,86); }
div.DivClassName
{
background-color: #C63D56;
}
.BgClassName
{
background-color: #C63D56;
}
</style>
border-color css
<style>
span { border-color: #C63D56; }
span { border-color: rgb(198,61,86); }
td.TdClassName
{
border-color: #C63D56;
}
.TagClassName
{
border-color: #C63D56;
}
</style>