Shades of Old Rose #C6345E
Tints of Old Rose #C6345E
RGB
CMYK
RGB Variations
Color information
#C6345E (or 0xC6345E) is known color: Old Rose. HEX triplet: C6, 34 and 5E. RGB value is (198,52,94). Sum of RGB (Red+Green+Blue) = 198+52+94=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6345E is #39CBA1. Grayscale: #646464. Windows color (decimal): -3787682 or 6173894. OLE color: 6173894.
HSL color Cylindrical-coordinate representation of color #C6345E: hue angle of 342.74º 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 #C6345E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 94 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.22 |
| HSL | 342.74º | 0.58% | 0.49% | - |
| HSV(B) | 342.74º | 0.74% | 0.78% | - |
| XYZ | 26.54 | 15.27 | 12.14 | - |
| YUV | 100.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 94 | 0 | 0.74 | 0.53 | 0.22 | 342.74 | 0.58 | 0.49 |
| Hex | C6 | 34 | 5E | 0 | 4A | 35 | 16 | 157 | 3A | 31 |
| Octal | 306 | 64 | 136 | 0 | 112 | 65 | 26 | 527 | 72 | 61 |
| Binary | 11000110 | 110100 | 1011110 | 0 | 1001010 | 110101 | 10110 | 101010111 | 111010 | 110001 |
Color Harmonies of #C6345E
Complementary color
Monochromatic Colors of #C6345E
Black with #C6345E
Text Example
Text Example
White with #C6345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6345E; }
p { color: rgb(198,52,94); }
H1.HeaderClassName
{
color: #C6345E;
}
.AnyTagClassName
{
color: #C6345E;
}
</style>
background-color css
<style>
a { background-color: #C6345E; }
a { background-color: rgb(198,52,94); }
div.DivClassName
{
background-color: #C6345E;
}
.BgClassName
{
background-color: #C6345E;
}
</style>
border-color css
<style>
span { border-color: #C6345E; }
span { border-color: rgb(198,52,94); }
td.TdClassName
{
border-color: #C6345E;
}
.TagClassName
{
border-color: #C6345E;
}
</style>