Shades of Old Rose #C6354C
Tints of Old Rose #C6354C
RGB
CMYK
RGB Variations
Color information
#C6354C (or 0xC6354C) is known color: Old Rose. HEX triplet: C6, 35 and 4C. RGB value is (198,53,76). Sum of RGB (Red+Green+Blue) = 198+53+76=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6354C is #39CAB3. Grayscale: #636363. Windows color (decimal): -3787444 or 4994502. OLE color: 4994502.
HSL color Cylindrical-coordinate representation of color #C6354C: hue angle of 350.48º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6354C is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 76 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.22 |
| HSL | 350.48º | 0.58% | 0.49% | - |
| HSV(B) | 350.48º | 0.73% | 0.78% | - |
| XYZ | 25.87 | 15.07 | 8.38 | - |
| YUV | 98.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 76 | 0 | 0.73 | 0.62 | 0.22 | 350.48 | 0.58 | 0.49 |
| Hex | C6 | 35 | 4C | 0 | 49 | 3E | 16 | 15E | 3A | 31 |
| Octal | 306 | 65 | 114 | 0 | 111 | 76 | 26 | 536 | 72 | 61 |
| Binary | 11000110 | 110101 | 1001100 | 0 | 1001001 | 111110 | 10110 | 101011110 | 111010 | 110001 |
Color Harmonies of #C6354C
Complementary color
Monochromatic Colors of #C6354C
Black with #C6354C
Text Example
Text Example
White with #C6354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6354C; }
p { color: rgb(198,53,76); }
H1.HeaderClassName
{
color: #C6354C;
}
.AnyTagClassName
{
color: #C6354C;
}
</style>
background-color css
<style>
a { background-color: #C6354C; }
a { background-color: rgb(198,53,76); }
div.DivClassName
{
background-color: #C6354C;
}
.BgClassName
{
background-color: #C6354C;
}
</style>
border-color css
<style>
span { border-color: #C6354C; }
span { border-color: rgb(198,53,76); }
td.TdClassName
{
border-color: #C6354C;
}
.TagClassName
{
border-color: #C6354C;
}
</style>