Shades of Old Rose #C6214D
Tints of Old Rose #C6214D
RGB
CMYK
RGB Variations
Color information
#C6214D (or 0xC6214D) is known color: Old Rose. HEX triplet: C6, 21 and 4D. RGB value is (198,33,77). Sum of RGB (Red+Green+Blue) = 198+33+77=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6214D is #39DEB2. Grayscale: #575757. Windows color (decimal): -3792563 or 5054918. OLE color: 5054918.
HSL color Cylindrical-coordinate representation of color #C6214D: hue angle of 344º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6214D is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 77 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.22 |
| HSL | 344º | 0.71% | 0.45% | - |
| HSV(B) | 344º | 0.83% | 0.78% | - |
| XYZ | 25.17 | 13.63 | 8.33 | - |
| YUV | 87.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 77 | 0 | 0.83 | 0.61 | 0.22 | 344 | 0.71 | 0.45 |
| Hex | C6 | 21 | 4D | 0 | 53 | 3D | 16 | 158 | 47 | 2D |
| Octal | 306 | 41 | 115 | 0 | 123 | 75 | 26 | 530 | 107 | 55 |
| Binary | 11000110 | 100001 | 1001101 | 0 | 1010011 | 111101 | 10110 | 101011000 | 1000111 | 101101 |
Color Harmonies of #C6214D
Complementary color
Monochromatic Colors of #C6214D
Black with #C6214D
Text Example
Text Example
White with #C6214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6214D; }
p { color: rgb(198,33,77); }
H1.HeaderClassName
{
color: #C6214D;
}
.AnyTagClassName
{
color: #C6214D;
}
</style>
background-color css
<style>
a { background-color: #C6214D; }
a { background-color: rgb(198,33,77); }
div.DivClassName
{
background-color: #C6214D;
}
.BgClassName
{
background-color: #C6214D;
}
</style>
border-color css
<style>
span { border-color: #C6214D; }
span { border-color: rgb(198,33,77); }
td.TdClassName
{
border-color: #C6214D;
}
.TagClassName
{
border-color: #C6214D;
}
</style>