Shades of Old Rose #C6324D
Tints of Old Rose #C6324D
RGB
CMYK
RGB Variations
Color information
#C6324D (or 0xC6324D) is known color: Old Rose. HEX triplet: C6, 32 and 4D. RGB value is (198,50,77). Sum of RGB (Red+Green+Blue) = 198+50+77=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6324D is #39CDB2. Grayscale: #616161. Windows color (decimal): -3788211 or 5059270. OLE color: 5059270.
HSL color Cylindrical-coordinate representation of color #C6324D: hue angle of 349.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6324D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 77 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.22 |
| HSL | 349.05º | 0.6% | 0.49% | - |
| HSV(B) | 349.05º | 0.75% | 0.78% | - |
| XYZ | 25.77 | 14.82 | 8.52 | - |
| YUV | 97.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 77 | 0 | 0.75 | 0.61 | 0.22 | 349.05 | 0.6 | 0.49 |
| Hex | C6 | 32 | 4D | 0 | 4B | 3D | 16 | 15D | 3C | 31 |
| Octal | 306 | 62 | 115 | 0 | 113 | 75 | 26 | 535 | 74 | 61 |
| Binary | 11000110 | 110010 | 1001101 | 0 | 1001011 | 111101 | 10110 | 101011101 | 111100 | 110001 |
Color Harmonies of #C6324D
Complementary color
Monochromatic Colors of #C6324D
Black with #C6324D
Text Example
Text Example
White with #C6324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6324D; }
p { color: rgb(198,50,77); }
H1.HeaderClassName
{
color: #C6324D;
}
.AnyTagClassName
{
color: #C6324D;
}
</style>
background-color css
<style>
a { background-color: #C6324D; }
a { background-color: rgb(198,50,77); }
div.DivClassName
{
background-color: #C6324D;
}
.BgClassName
{
background-color: #C6324D;
}
</style>
border-color css
<style>
span { border-color: #C6324D; }
span { border-color: rgb(198,50,77); }
td.TdClassName
{
border-color: #C6324D;
}
.TagClassName
{
border-color: #C6324D;
}
</style>