Shades of Old Rose #C62C4A
Tints of Old Rose #C62C4A
RGB
CMYK
RGB Variations
Color information
#C62C4A (or 0xC62C4A) is known color: Old Rose. HEX triplet: C6, 2C and 4A. RGB value is (198,44,74). Sum of RGB (Red+Green+Blue) = 198+44+74=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C4A is #39D3B5. Grayscale: #5D5D5D. Windows color (decimal): -3789750 or 4861126. OLE color: 4861126.
HSL color Cylindrical-coordinate representation of color #C62C4A: hue angle of 348.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62C4A is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 74 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.22 |
| HSL | 348.31º | 0.64% | 0.47% | - |
| HSV(B) | 348.31º | 0.78% | 0.78% | - |
| XYZ | 25.43 | 14.3 | 7.9 | - |
| YUV | 93.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 74 | 0 | 0.78 | 0.63 | 0.22 | 348.31 | 0.64 | 0.47 |
| Hex | C6 | 2C | 4A | 0 | 4E | 3F | 16 | 15C | 40 | 2F |
| Octal | 306 | 54 | 112 | 0 | 116 | 77 | 26 | 534 | 100 | 57 |
| Binary | 11000110 | 101100 | 1001010 | 0 | 1001110 | 111111 | 10110 | 101011100 | 1000000 | 101111 |
Color Harmonies of #C62C4A
Complementary color
Monochromatic Colors of #C62C4A
Black with #C62C4A
Text Example
Text Example
White with #C62C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C4A; }
p { color: rgb(198,44,74); }
H1.HeaderClassName
{
color: #C62C4A;
}
.AnyTagClassName
{
color: #C62C4A;
}
</style>
background-color css
<style>
a { background-color: #C62C4A; }
a { background-color: rgb(198,44,74); }
div.DivClassName
{
background-color: #C62C4A;
}
.BgClassName
{
background-color: #C62C4A;
}
</style>
border-color css
<style>
span { border-color: #C62C4A; }
span { border-color: rgb(198,44,74); }
td.TdClassName
{
border-color: #C62C4A;
}
.TagClassName
{
border-color: #C62C4A;
}
</style>