Shades of Old Rose #C6275D
Tints of Old Rose #C6275D
RGB
CMYK
RGB Variations
Color information
#C6275D (or 0xC6275D) is known color: Old Rose. HEX triplet: C6, 27 and 5D. RGB value is (198,39,93). Sum of RGB (Red+Green+Blue) = 198+39+93=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6275D is #39D8A2. Grayscale: #5C5C5C. Windows color (decimal): -3791011 or 6105030. OLE color: 6105030.
HSL color Cylindrical-coordinate representation of color #C6275D: hue angle of 339.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6275D is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 93 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.22 |
| HSL | 339.62º | 0.67% | 0.46% | - |
| HSV(B) | 339.62º | 0.8% | 0.78% | - |
| XYZ | 25.99 | 14.25 | 11.74 | - |
| YUV | 92.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 93 | 0 | 0.80 | 0.53 | 0.22 | 339.62 | 0.67 | 0.46 |
| Hex | C6 | 27 | 5D | 0 | 50 | 35 | 16 | 154 | 43 | 2E |
| Octal | 306 | 47 | 135 | 0 | 120 | 65 | 26 | 524 | 103 | 56 |
| Binary | 11000110 | 100111 | 1011101 | 0 | 1010000 | 110101 | 10110 | 101010100 | 1000011 | 101110 |
Color Harmonies of #C6275D
Complementary color
Monochromatic Colors of #C6275D
Black with #C6275D
Text Example
Text Example
White with #C6275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6275D; }
p { color: rgb(198,39,93); }
H1.HeaderClassName
{
color: #C6275D;
}
.AnyTagClassName
{
color: #C6275D;
}
</style>
background-color css
<style>
a { background-color: #C6275D; }
a { background-color: rgb(198,39,93); }
div.DivClassName
{
background-color: #C6275D;
}
.BgClassName
{
background-color: #C6275D;
}
</style>
border-color css
<style>
span { border-color: #C6275D; }
span { border-color: rgb(198,39,93); }
td.TdClassName
{
border-color: #C6275D;
}
.TagClassName
{
border-color: #C6275D;
}
</style>