Shades of Old Rose #C62855
Tints of Old Rose #C62855
RGB
CMYK
RGB Variations
Color information
#C62855 (or 0xC62855) is known color: Old Rose. HEX triplet: C6, 28 and 55. RGB value is (198,40,85). Sum of RGB (Red+Green+Blue) = 198+40+85=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C62855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62855 is #39D7AA. Grayscale: #5C5C5C. Windows color (decimal): -3790763 or 5580998. OLE color: 5580998.
HSL color Cylindrical-coordinate representation of color #C62855: hue angle of 342.91º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62855 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 85 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.22 |
| HSL | 342.91º | 0.66% | 0.47% | - |
| HSV(B) | 342.91º | 0.8% | 0.78% | - |
| XYZ | 25.69 | 14.18 | 9.98 | - |
| YUV | 92.37 | 123.85 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 85 | 0 | 0.80 | 0.57 | 0.22 | 342.91 | 0.66 | 0.47 |
| Hex | C6 | 28 | 55 | 0 | 50 | 39 | 16 | 157 | 42 | 2F |
| Octal | 306 | 50 | 125 | 0 | 120 | 71 | 26 | 527 | 102 | 57 |
| Binary | 11000110 | 101000 | 1010101 | 0 | 1010000 | 111001 | 10110 | 101010111 | 1000010 | 101111 |
Color Harmonies of #C62855
Complementary color
Monochromatic Colors of #C62855
Black with #C62855
Text Example
Text Example
White with #C62855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62855; }
p { color: rgb(198,40,85); }
H1.HeaderClassName
{
color: #C62855;
}
.AnyTagClassName
{
color: #C62855;
}
</style>
background-color css
<style>
a { background-color: #C62855; }
a { background-color: rgb(198,40,85); }
div.DivClassName
{
background-color: #C62855;
}
.BgClassName
{
background-color: #C62855;
}
</style>
border-color css
<style>
span { border-color: #C62855; }
span { border-color: rgb(198,40,85); }
td.TdClassName
{
border-color: #C62855;
}
.TagClassName
{
border-color: #C62855;
}
</style>