Shades of Old Rose #C62A56
Tints of Old Rose #C62A56
RGB
CMYK
RGB Variations
Color information
#C62A56 (or 0xC62A56) is known color: Old Rose. HEX triplet: C6, 2A and 56. RGB value is (198,42,86). Sum of RGB (Red+Green+Blue) = 198+42+86=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62A56 is #39D5A9. Grayscale: #5D5D5D. Windows color (decimal): -3790250 or 5647046. OLE color: 5647046.
HSL color Cylindrical-coordinate representation of color #C62A56: hue angle of 343.08º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62A56 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 42 | 86 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.22 |
| HSL | 343.08º | 0.65% | 0.47% | - |
| HSV(B) | 343.08º | 0.79% | 0.78% | - |
| XYZ | 25.8 | 14.33 | 10.21 | - |
| YUV | 93.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 86 | 0 | 0.79 | 0.57 | 0.22 | 343.08 | 0.65 | 0.47 |
| Hex | C6 | 2A | 56 | 0 | 4F | 39 | 16 | 157 | 41 | 2F |
| Octal | 306 | 52 | 126 | 0 | 117 | 71 | 26 | 527 | 101 | 57 |
| Binary | 11000110 | 101010 | 1010110 | 0 | 1001111 | 111001 | 10110 | 101010111 | 1000001 | 101111 |
Color Harmonies of #C62A56
Complementary color
Monochromatic Colors of #C62A56
Black with #C62A56
Text Example
Text Example
White with #C62A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62A56; }
p { color: rgb(198,42,86); }
H1.HeaderClassName
{
color: #C62A56;
}
.AnyTagClassName
{
color: #C62A56;
}
</style>
background-color css
<style>
a { background-color: #C62A56; }
a { background-color: rgb(198,42,86); }
div.DivClassName
{
background-color: #C62A56;
}
.BgClassName
{
background-color: #C62A56;
}
</style>
border-color css
<style>
span { border-color: #C62A56; }
span { border-color: rgb(198,42,86); }
td.TdClassName
{
border-color: #C62A56;
}
.TagClassName
{
border-color: #C62A56;
}
</style>