Shades of Old Rose #C6295C
Tints of Old Rose #C6295C
RGB
CMYK
RGB Variations
Color information
#C6295C (or 0xC6295C) is known color: Old Rose. HEX triplet: C6, 29 and 5C. RGB value is (198,41,92). Sum of RGB (Red+Green+Blue) = 198+41+92=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6295C is #39D6A3. Grayscale: #5D5D5D. Windows color (decimal): -3790500 or 6040006. OLE color: 6040006.
HSL color Cylindrical-coordinate representation of color #C6295C: hue angle of 340.51º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6295C is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 92 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.22 |
| HSL | 340.51º | 0.66% | 0.47% | - |
| HSV(B) | 340.51º | 0.79% | 0.78% | - |
| XYZ | 26.01 | 14.36 | 11.53 | - |
| YUV | 93.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 92 | 0 | 0.79 | 0.54 | 0.22 | 340.51 | 0.66 | 0.47 |
| Hex | C6 | 29 | 5C | 0 | 4F | 36 | 16 | 155 | 42 | 2F |
| Octal | 306 | 51 | 134 | 0 | 117 | 66 | 26 | 525 | 102 | 57 |
| Binary | 11000110 | 101001 | 1011100 | 0 | 1001111 | 110110 | 10110 | 101010101 | 1000010 | 101111 |
Color Harmonies of #C6295C
Complementary color
Monochromatic Colors of #C6295C
Black with #C6295C
Text Example
Text Example
White with #C6295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6295C; }
p { color: rgb(198,41,92); }
H1.HeaderClassName
{
color: #C6295C;
}
.AnyTagClassName
{
color: #C6295C;
}
</style>
background-color css
<style>
a { background-color: #C6295C; }
a { background-color: rgb(198,41,92); }
div.DivClassName
{
background-color: #C6295C;
}
.BgClassName
{
background-color: #C6295C;
}
</style>
border-color css
<style>
span { border-color: #C6295C; }
span { border-color: rgb(198,41,92); }
td.TdClassName
{
border-color: #C6295C;
}
.TagClassName
{
border-color: #C6295C;
}
</style>