Shades of Old Rose #C6324B
Tints of Old Rose #C6324B
RGB
CMYK
RGB Variations
Color information
#C6324B (or 0xC6324B) is known color: Old Rose. HEX triplet: C6, 32 and 4B. RGB value is (198,50,75). Sum of RGB (Red+Green+Blue) = 198+50+75=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6324B is #39CDB4. Grayscale: #616161. Windows color (decimal): -3788213 or 4928198. OLE color: 4928198.
HSL color Cylindrical-coordinate representation of color #C6324B: hue angle of 349.86º 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 #C6324B is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 75 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.22 |
| HSL | 349.86º | 0.6% | 0.49% | - |
| HSV(B) | 349.86º | 0.75% | 0.78% | - |
| XYZ | 25.7 | 14.79 | 8.16 | - |
| YUV | 97.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 75 | 0 | 0.75 | 0.62 | 0.22 | 349.86 | 0.6 | 0.49 |
| Hex | C6 | 32 | 4B | 0 | 4B | 3E | 16 | 15E | 3C | 31 |
| Octal | 306 | 62 | 113 | 0 | 113 | 76 | 26 | 536 | 74 | 61 |
| Binary | 11000110 | 110010 | 1001011 | 0 | 1001011 | 111110 | 10110 | 101011110 | 111100 | 110001 |
Color Harmonies of #C6324B
Complementary color
Monochromatic Colors of #C6324B
Black with #C6324B
Text Example
Text Example
White with #C6324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6324B; }
p { color: rgb(198,50,75); }
H1.HeaderClassName
{
color: #C6324B;
}
.AnyTagClassName
{
color: #C6324B;
}
</style>
background-color css
<style>
a { background-color: #C6324B; }
a { background-color: rgb(198,50,75); }
div.DivClassName
{
background-color: #C6324B;
}
.BgClassName
{
background-color: #C6324B;
}
</style>
border-color css
<style>
span { border-color: #C6324B; }
span { border-color: rgb(198,50,75); }
td.TdClassName
{
border-color: #C6324B;
}
.TagClassName
{
border-color: #C6324B;
}
</style>