Shades of Old Rose #C62660
Tints of Old Rose #C62660
RGB
CMYK
RGB Variations
Color information
#C62660 (or 0xC62660) is known color: Old Rose. HEX triplet: C6, 26 and 60. RGB value is (198,38,96). Sum of RGB (Red+Green+Blue) = 198+38+96=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C62660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62660 is #39D99F. Grayscale: #5C5C5C. Windows color (decimal): -3791264 or 6301382. OLE color: 6301382.
HSL color Cylindrical-coordinate representation of color #C62660: hue angle of 338.25º 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 #C62660 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 96 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.22 |
| HSL | 338.25º | 0.68% | 0.46% | - |
| HSV(B) | 338.25º | 0.81% | 0.78% | - |
| XYZ | 26.09 | 14.24 | 12.44 | - |
| YUV | 92.45 | 130.01 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 96 | 0 | 0.81 | 0.52 | 0.22 | 338.25 | 0.68 | 0.46 |
| Hex | C6 | 26 | 60 | 0 | 51 | 34 | 16 | 152 | 44 | 2E |
| Octal | 306 | 46 | 140 | 0 | 121 | 64 | 26 | 522 | 104 | 56 |
| Binary | 11000110 | 100110 | 1100000 | 0 | 1010001 | 110100 | 10110 | 101010010 | 1000100 | 101110 |
Color Harmonies of #C62660
Complementary color
Monochromatic Colors of #C62660
Black with #C62660
Text Example
Text Example
White with #C62660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62660; }
p { color: rgb(198,38,96); }
H1.HeaderClassName
{
color: #C62660;
}
.AnyTagClassName
{
color: #C62660;
}
</style>
background-color css
<style>
a { background-color: #C62660; }
a { background-color: rgb(198,38,96); }
div.DivClassName
{
background-color: #C62660;
}
.BgClassName
{
background-color: #C62660;
}
</style>
border-color css
<style>
span { border-color: #C62660; }
span { border-color: rgb(198,38,96); }
td.TdClassName
{
border-color: #C62660;
}
.TagClassName
{
border-color: #C62660;
}
</style>