Shades of Old Rose #C63961
Tints of Old Rose #C63961
RGB
CMYK
RGB Variations
Color information
#C63961 (or 0xC63961) is known color: Old Rose. HEX triplet: C6, 39 and 61. RGB value is (198,57,97). Sum of RGB (Red+Green+Blue) = 198+57+97=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C63961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63961 is #39C69E. Grayscale: #676767. Windows color (decimal): -3786399 or 6371782. OLE color: 6371782.
HSL color Cylindrical-coordinate representation of color #C63961: hue angle of 342.98º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63961 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 97 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.22 |
| HSL | 342.98º | 0.55% | 0.5% | - |
| HSV(B) | 342.98º | 0.71% | 0.78% | - |
| XYZ | 26.91 | 15.8 | 12.94 | - |
| YUV | 103.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 97 | 0 | 0.71 | 0.51 | 0.22 | 342.98 | 0.55 | 0.5 |
| Hex | C6 | 39 | 61 | 0 | 47 | 33 | 16 | 157 | 37 | 32 |
| Octal | 306 | 71 | 141 | 0 | 107 | 63 | 26 | 527 | 67 | 62 |
| Binary | 11000110 | 111001 | 1100001 | 0 | 1000111 | 110011 | 10110 | 101010111 | 110111 | 110010 |
Color Harmonies of #C63961
Complementary color
Monochromatic Colors of #C63961
Black with #C63961
Text Example
Text Example
White with #C63961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63961; }
p { color: rgb(198,57,97); }
H1.HeaderClassName
{
color: #C63961;
}
.AnyTagClassName
{
color: #C63961;
}
</style>
background-color css
<style>
a { background-color: #C63961; }
a { background-color: rgb(198,57,97); }
div.DivClassName
{
background-color: #C63961;
}
.BgClassName
{
background-color: #C63961;
}
</style>
border-color css
<style>
span { border-color: #C63961; }
span { border-color: rgb(198,57,97); }
td.TdClassName
{
border-color: #C63961;
}
.TagClassName
{
border-color: #C63961;
}
</style>