Shades of Old Rose #C6344A
Tints of Old Rose #C6344A
RGB
CMYK
RGB Variations
Color information
#C6344A (or 0xC6344A) is known color: Old Rose. HEX triplet: C6, 34 and 4A. RGB value is (198,52,74). Sum of RGB (Red+Green+Blue) = 198+52+74=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6344A is #39CBB5. Grayscale: #626262. Windows color (decimal): -3787702 or 4863174. OLE color: 4863174.
HSL color Cylindrical-coordinate representation of color #C6344A: hue angle of 350.96º 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 #C6344A is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 74 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.22 |
| HSL | 350.96º | 0.58% | 0.49% | - |
| HSV(B) | 350.96º | 0.74% | 0.78% | - |
| XYZ | 25.75 | 14.96 | 8.01 | - |
| YUV | 98.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 74 | 0 | 0.74 | 0.63 | 0.22 | 350.96 | 0.58 | 0.49 |
| Hex | C6 | 34 | 4A | 0 | 4A | 3F | 16 | 15F | 3A | 31 |
| Octal | 306 | 64 | 112 | 0 | 112 | 77 | 26 | 537 | 72 | 61 |
| Binary | 11000110 | 110100 | 1001010 | 0 | 1001010 | 111111 | 10110 | 101011111 | 111010 | 110001 |
Color Harmonies of #C6344A
Complementary color
Monochromatic Colors of #C6344A
Black with #C6344A
Text Example
Text Example
White with #C6344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6344A; }
p { color: rgb(198,52,74); }
H1.HeaderClassName
{
color: #C6344A;
}
.AnyTagClassName
{
color: #C6344A;
}
</style>
background-color css
<style>
a { background-color: #C6344A; }
a { background-color: rgb(198,52,74); }
div.DivClassName
{
background-color: #C6344A;
}
.BgClassName
{
background-color: #C6344A;
}
</style>
border-color css
<style>
span { border-color: #C6344A; }
span { border-color: rgb(198,52,74); }
td.TdClassName
{
border-color: #C6344A;
}
.TagClassName
{
border-color: #C6344A;
}
</style>