Shades of Old Rose #C6235D
Tints of Old Rose #C6235D
RGB
CMYK
RGB Variations
Color information
#C6235D (or 0xC6235D) is known color: Old Rose. HEX triplet: C6, 23 and 5D. RGB value is (198,35,93). Sum of RGB (Red+Green+Blue) = 198+35+93=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6235D is #39DCA2. Grayscale: #5A5A5A. Windows color (decimal): -3792035 or 6104006. OLE color: 6104006.
HSL color Cylindrical-coordinate representation of color #C6235D: hue angle of 338.65º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6235D is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 93 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.22 |
| HSL | 338.65º | 0.7% | 0.46% | - |
| HSV(B) | 338.65º | 0.82% | 0.78% | - |
| XYZ | 25.87 | 14 | 11.69 | - |
| YUV | 90.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 93 | 0 | 0.82 | 0.53 | 0.22 | 338.65 | 0.7 | 0.46 |
| Hex | C6 | 23 | 5D | 0 | 52 | 35 | 16 | 153 | 46 | 2E |
| Octal | 306 | 43 | 135 | 0 | 122 | 65 | 26 | 523 | 106 | 56 |
| Binary | 11000110 | 100011 | 1011101 | 0 | 1010010 | 110101 | 10110 | 101010011 | 1000110 | 101110 |
Color Harmonies of #C6235D
Complementary color
Monochromatic Colors of #C6235D
Black with #C6235D
Text Example
Text Example
White with #C6235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6235D; }
p { color: rgb(198,35,93); }
H1.HeaderClassName
{
color: #C6235D;
}
.AnyTagClassName
{
color: #C6235D;
}
</style>
background-color css
<style>
a { background-color: #C6235D; }
a { background-color: rgb(198,35,93); }
div.DivClassName
{
background-color: #C6235D;
}
.BgClassName
{
background-color: #C6235D;
}
</style>
border-color css
<style>
span { border-color: #C6235D; }
span { border-color: rgb(198,35,93); }
td.TdClassName
{
border-color: #C6235D;
}
.TagClassName
{
border-color: #C6235D;
}
</style>