Shades of Old Rose #C6285A
Tints of Old Rose #C6285A
RGB
CMYK
RGB Variations
Color information
#C6285A (or 0xC6285A) is known color: Old Rose. HEX triplet: C6, 28 and 5A. RGB value is (198,40,90). Sum of RGB (Red+Green+Blue) = 198+40+90=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6285A is #39D7A5. Grayscale: #5C5C5C. Windows color (decimal): -3790758 or 5908678. OLE color: 5908678.
HSL color Cylindrical-coordinate representation of color #C6285A: hue angle of 341.01º 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 #C6285A is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 90 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.22 |
| HSL | 341.01º | 0.66% | 0.47% | - |
| HSV(B) | 341.01º | 0.8% | 0.78% | - |
| XYZ | 25.89 | 14.26 | 11.06 | - |
| YUV | 92.94 | 126.35 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 90 | 0 | 0.80 | 0.55 | 0.22 | 341.01 | 0.66 | 0.47 |
| Hex | C6 | 28 | 5A | 0 | 50 | 37 | 16 | 155 | 42 | 2F |
| Octal | 306 | 50 | 132 | 0 | 120 | 67 | 26 | 525 | 102 | 57 |
| Binary | 11000110 | 101000 | 1011010 | 0 | 1010000 | 110111 | 10110 | 101010101 | 1000010 | 101111 |
Color Harmonies of #C6285A
Complementary color
Monochromatic Colors of #C6285A
Black with #C6285A
Text Example
Text Example
White with #C6285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6285A; }
p { color: rgb(198,40,90); }
H1.HeaderClassName
{
color: #C6285A;
}
.AnyTagClassName
{
color: #C6285A;
}
</style>
background-color css
<style>
a { background-color: #C6285A; }
a { background-color: rgb(198,40,90); }
div.DivClassName
{
background-color: #C6285A;
}
.BgClassName
{
background-color: #C6285A;
}
</style>
border-color css
<style>
span { border-color: #C6285A; }
span { border-color: rgb(198,40,90); }
td.TdClassName
{
border-color: #C6285A;
}
.TagClassName
{
border-color: #C6285A;
}
</style>