Shades of Old Rose #C0235D
Tints of Old Rose #C0235D
RGB
CMYK
RGB Variations
Color information
#C0235D (or 0xC0235D) is known color: Old Rose. HEX triplet: C0, 23 and 5D. RGB value is (192,35,93). Sum of RGB (Red+Green+Blue) = 192+35+93=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0235D is #3FDCA2. Grayscale: #585858. Windows color (decimal): -4185251 or 6104000. OLE color: 6104000.
HSL color Cylindrical-coordinate representation of color #C0235D: hue angle of 337.83º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0235D is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 93 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.25 |
| HSL | 337.83º | 0.69% | 0.45% | - |
| HSV(B) | 337.83º | 0.82% | 0.75% | - |
| XYZ | 24.32 | 13.2 | 11.62 | - |
| YUV | 88.56 | 130.51 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 93 | 0 | 0.82 | 0.52 | 0.25 | 337.83 | 0.69 | 0.45 |
| Hex | C0 | 23 | 5D | 0 | 52 | 34 | 19 | 152 | 45 | 2D |
| Octal | 300 | 43 | 135 | 0 | 122 | 64 | 31 | 522 | 105 | 55 |
| Binary | 11000000 | 100011 | 1011101 | 0 | 1010010 | 110100 | 11001 | 101010010 | 1000101 | 101101 |
Color Harmonies of #C0235D
Complementary color
Monochromatic Colors of #C0235D
Black with #C0235D
Text Example
Text Example
White with #C0235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0235D; }
p { color: rgb(192,35,93); }
H1.HeaderClassName
{
color: #C0235D;
}
.AnyTagClassName
{
color: #C0235D;
}
</style>
background-color css
<style>
a { background-color: #C0235D; }
a { background-color: rgb(192,35,93); }
div.DivClassName
{
background-color: #C0235D;
}
.BgClassName
{
background-color: #C0235D;
}
</style>
border-color css
<style>
span { border-color: #C0235D; }
span { border-color: rgb(192,35,93); }
td.TdClassName
{
border-color: #C0235D;
}
.TagClassName
{
border-color: #C0235D;
}
</style>