Shades of Old Rose #C6344F
Tints of Old Rose #C6344F
RGB
CMYK
RGB Variations
Color information
#C6344F (or 0xC6344F) is known color: Old Rose. HEX triplet: C6, 34 and 4F. RGB value is (198,52,79). Sum of RGB (Red+Green+Blue) = 198+52+79=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6344F is #39CBB0. Grayscale: #626262. Windows color (decimal): -3787697 or 5190854. OLE color: 5190854.
HSL color Cylindrical-coordinate representation of color #C6344F: hue angle of 348.9º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6344F is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 79 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.22 |
| HSL | 348.9º | 0.58% | 0.49% | - |
| HSV(B) | 348.9º | 0.74% | 0.78% | - |
| XYZ | 25.93 | 15.03 | 8.93 | - |
| YUV | 98.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 79 | 0 | 0.74 | 0.60 | 0.22 | 348.9 | 0.58 | 0.49 |
| Hex | C6 | 34 | 4F | 0 | 4A | 3C | 16 | 15D | 3A | 31 |
| Octal | 306 | 64 | 117 | 0 | 112 | 74 | 26 | 535 | 72 | 61 |
| Binary | 11000110 | 110100 | 1001111 | 0 | 1001010 | 111100 | 10110 | 101011101 | 111010 | 110001 |
Color Harmonies of #C6344F
Complementary color
Monochromatic Colors of #C6344F
Black with #C6344F
Text Example
Text Example
White with #C6344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6344F; }
p { color: rgb(198,52,79); }
H1.HeaderClassName
{
color: #C6344F;
}
.AnyTagClassName
{
color: #C6344F;
}
</style>
background-color css
<style>
a { background-color: #C6344F; }
a { background-color: rgb(198,52,79); }
div.DivClassName
{
background-color: #C6344F;
}
.BgClassName
{
background-color: #C6344F;
}
</style>
border-color css
<style>
span { border-color: #C6344F; }
span { border-color: rgb(198,52,79); }
td.TdClassName
{
border-color: #C6344F;
}
.TagClassName
{
border-color: #C6344F;
}
</style>