Shades of Old Rose #C6254D
Tints of Old Rose #C6254D
RGB
CMYK
RGB Variations
Color information
#C6254D (or 0xC6254D) is known color: Old Rose. HEX triplet: C6, 25 and 4D. RGB value is (198,37,77). Sum of RGB (Red+Green+Blue) = 198+37+77=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6254D is #39DAB2. Grayscale: #595959. Windows color (decimal): -3791539 or 5055942. OLE color: 5055942.
HSL color Cylindrical-coordinate representation of color #C6254D: hue angle of 345.09º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6254D is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 77 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.22 |
| HSL | 345.09º | 0.69% | 0.46% | - |
| HSV(B) | 345.09º | 0.81% | 0.78% | - |
| XYZ | 25.29 | 13.86 | 8.36 | - |
| YUV | 89.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 77 | 0 | 0.81 | 0.61 | 0.22 | 345.09 | 0.69 | 0.46 |
| Hex | C6 | 25 | 4D | 0 | 51 | 3D | 16 | 159 | 45 | 2E |
| Octal | 306 | 45 | 115 | 0 | 121 | 75 | 26 | 531 | 105 | 56 |
| Binary | 11000110 | 100101 | 1001101 | 0 | 1010001 | 111101 | 10110 | 101011001 | 1000101 | 101110 |
Color Harmonies of #C6254D
Complementary color
Monochromatic Colors of #C6254D
Black with #C6254D
Text Example
Text Example
White with #C6254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6254D; }
p { color: rgb(198,37,77); }
H1.HeaderClassName
{
color: #C6254D;
}
.AnyTagClassName
{
color: #C6254D;
}
</style>
background-color css
<style>
a { background-color: #C6254D; }
a { background-color: rgb(198,37,77); }
div.DivClassName
{
background-color: #C6254D;
}
.BgClassName
{
background-color: #C6254D;
}
</style>
border-color css
<style>
span { border-color: #C6254D; }
span { border-color: rgb(198,37,77); }
td.TdClassName
{
border-color: #C6254D;
}
.TagClassName
{
border-color: #C6254D;
}
</style>