Shades of Old Rose #C62856
Tints of Old Rose #C62856
RGB
CMYK
RGB Variations
Color information
#C62856 (or 0xC62856) is known color: Old Rose. HEX triplet: C6, 28 and 56. RGB value is (198,40,86). Sum of RGB (Red+Green+Blue) = 198+40+86=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C62856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62856 is #39D7A9. Grayscale: #5C5C5C. Windows color (decimal): -3790762 or 5646534. OLE color: 5646534.
HSL color Cylindrical-coordinate representation of color #C62856: hue angle of 342.53º 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 #C62856 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 86 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.22 |
| HSL | 342.53º | 0.66% | 0.47% | - |
| HSV(B) | 342.53º | 0.8% | 0.78% | - |
| XYZ | 25.73 | 14.2 | 10.19 | - |
| YUV | 92.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 86 | 0 | 0.80 | 0.57 | 0.22 | 342.53 | 0.66 | 0.47 |
| Hex | C6 | 28 | 56 | 0 | 50 | 39 | 16 | 157 | 42 | 2F |
| Octal | 306 | 50 | 126 | 0 | 120 | 71 | 26 | 527 | 102 | 57 |
| Binary | 11000110 | 101000 | 1010110 | 0 | 1010000 | 111001 | 10110 | 101010111 | 1000010 | 101111 |
Color Harmonies of #C62856
Complementary color
Monochromatic Colors of #C62856
Black with #C62856
Text Example
Text Example
White with #C62856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62856; }
p { color: rgb(198,40,86); }
H1.HeaderClassName
{
color: #C62856;
}
.AnyTagClassName
{
color: #C62856;
}
</style>
background-color css
<style>
a { background-color: #C62856; }
a { background-color: rgb(198,40,86); }
div.DivClassName
{
background-color: #C62856;
}
.BgClassName
{
background-color: #C62856;
}
</style>
border-color css
<style>
span { border-color: #C62856; }
span { border-color: rgb(198,40,86); }
td.TdClassName
{
border-color: #C62856;
}
.TagClassName
{
border-color: #C62856;
}
</style>