Shades of Old Rose #C6295F
Tints of Old Rose #C6295F
RGB
CMYK
RGB Variations
Color information
#C6295F (or 0xC6295F) is known color: Old Rose. HEX triplet: C6, 29 and 5F. RGB value is (198,41,95). Sum of RGB (Red+Green+Blue) = 198+41+95=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C6295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6295F is #39D6A0. Grayscale: #5E5E5E. Windows color (decimal): -3790497 or 6236614. OLE color: 6236614.
HSL color Cylindrical-coordinate representation of color #C6295F: hue angle of 339.36º 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 #C6295F is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 95 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.22 |
| HSL | 339.36º | 0.66% | 0.47% | - |
| HSV(B) | 339.36º | 0.79% | 0.78% | - |
| XYZ | 26.15 | 14.42 | 12.23 | - |
| YUV | 94.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 95 | 0 | 0.79 | 0.52 | 0.22 | 339.36 | 0.66 | 0.47 |
| Hex | C6 | 29 | 5F | 0 | 4F | 34 | 16 | 153 | 42 | 2F |
| Octal | 306 | 51 | 137 | 0 | 117 | 64 | 26 | 523 | 102 | 57 |
| Binary | 11000110 | 101001 | 1011111 | 0 | 1001111 | 110100 | 10110 | 101010011 | 1000010 | 101111 |
Color Harmonies of #C6295F
Complementary color
Monochromatic Colors of #C6295F
Black with #C6295F
Text Example
Text Example
White with #C6295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6295F; }
p { color: rgb(198,41,95); }
H1.HeaderClassName
{
color: #C6295F;
}
.AnyTagClassName
{
color: #C6295F;
}
</style>
background-color css
<style>
a { background-color: #C6295F; }
a { background-color: rgb(198,41,95); }
div.DivClassName
{
background-color: #C6295F;
}
.BgClassName
{
background-color: #C6295F;
}
</style>
border-color css
<style>
span { border-color: #C6295F; }
span { border-color: rgb(198,41,95); }
td.TdClassName
{
border-color: #C6295F;
}
.TagClassName
{
border-color: #C6295F;
}
</style>