Shades of Old Rose #C6285D
Tints of Old Rose #C6285D
RGB
CMYK
RGB Variations
Color information
#C6285D (or 0xC6285D) is known color: Old Rose. HEX triplet: C6, 28 and 5D. RGB value is (198,40,93). Sum of RGB (Red+Green+Blue) = 198+40+93=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6285D is #39D7A2. Grayscale: #5D5D5D. Windows color (decimal): -3790755 or 6105286. OLE color: 6105286.
HSL color Cylindrical-coordinate representation of color #C6285D: hue angle of 339.87º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6285D is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 93 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.22 |
| HSL | 339.87º | 0.66% | 0.47% | - |
| HSV(B) | 339.87º | 0.8% | 0.78% | - |
| XYZ | 26.02 | 14.31 | 11.75 | - |
| YUV | 93.28 | 127.85 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 93 | 0 | 0.80 | 0.53 | 0.22 | 339.87 | 0.66 | 0.47 |
| Hex | C6 | 28 | 5D | 0 | 50 | 35 | 16 | 154 | 42 | 2F |
| Octal | 306 | 50 | 135 | 0 | 120 | 65 | 26 | 524 | 102 | 57 |
| Binary | 11000110 | 101000 | 1011101 | 0 | 1010000 | 110101 | 10110 | 101010100 | 1000010 | 101111 |
Color Harmonies of #C6285D
Complementary color
Monochromatic Colors of #C6285D
Black with #C6285D
Text Example
Text Example
White with #C6285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6285D; }
p { color: rgb(198,40,93); }
H1.HeaderClassName
{
color: #C6285D;
}
.AnyTagClassName
{
color: #C6285D;
}
</style>
background-color css
<style>
a { background-color: #C6285D; }
a { background-color: rgb(198,40,93); }
div.DivClassName
{
background-color: #C6285D;
}
.BgClassName
{
background-color: #C6285D;
}
</style>
border-color css
<style>
span { border-color: #C6285D; }
span { border-color: rgb(198,40,93); }
td.TdClassName
{
border-color: #C6285D;
}
.TagClassName
{
border-color: #C6285D;
}
</style>