Shades of Old Rose #C62661
Tints of Old Rose #C62661
RGB
CMYK
RGB Variations
Color information
#C62661 (or 0xC62661) is known color: Old Rose. HEX triplet: C6, 26 and 61. RGB value is (198,38,97). Sum of RGB (Red+Green+Blue) = 198+38+97=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C62661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62661 is #39D99E. Grayscale: #5C5C5C. Windows color (decimal): -3791263 or 6366918. OLE color: 6366918.
HSL color Cylindrical-coordinate representation of color #C62661: hue angle of 337.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62661 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 97 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.22 |
| HSL | 337.88º | 0.68% | 0.46% | - |
| HSV(B) | 337.88º | 0.81% | 0.78% | - |
| XYZ | 26.14 | 14.26 | 12.68 | - |
| YUV | 92.57 | 130.51 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 97 | 0 | 0.81 | 0.51 | 0.22 | 337.88 | 0.68 | 0.46 |
| Hex | C6 | 26 | 61 | 0 | 51 | 33 | 16 | 152 | 44 | 2E |
| Octal | 306 | 46 | 141 | 0 | 121 | 63 | 26 | 522 | 104 | 56 |
| Binary | 11000110 | 100110 | 1100001 | 0 | 1010001 | 110011 | 10110 | 101010010 | 1000100 | 101110 |
Color Harmonies of #C62661
Complementary color
Monochromatic Colors of #C62661
Black with #C62661
Text Example
Text Example
White with #C62661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62661; }
p { color: rgb(198,38,97); }
H1.HeaderClassName
{
color: #C62661;
}
.AnyTagClassName
{
color: #C62661;
}
</style>
background-color css
<style>
a { background-color: #C62661; }
a { background-color: rgb(198,38,97); }
div.DivClassName
{
background-color: #C62661;
}
.BgClassName
{
background-color: #C62661;
}
</style>
border-color css
<style>
span { border-color: #C62661; }
span { border-color: rgb(198,38,97); }
td.TdClassName
{
border-color: #C62661;
}
.TagClassName
{
border-color: #C62661;
}
</style>