Shades of Old Rose #C0355F
Tints of Old Rose #C0355F
RGB
CMYK
RGB Variations
Color information
#C0355F (or 0xC0355F) is known color: Old Rose. HEX triplet: C0, 35 and 5F. RGB value is (192,53,95). Sum of RGB (Red+Green+Blue) = 192+53+95=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0355F is #3FCAA0. Grayscale: #636363. Windows color (decimal): -4180641 or 6239680. OLE color: 6239680.
HSL color Cylindrical-coordinate representation of color #C0355F: hue angle of 341.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0355F is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 95 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.25 |
| HSL | 341.87º | 0.57% | 0.48% | - |
| HSV(B) | 341.87º | 0.72% | 0.75% | - |
| XYZ | 25.08 | 14.58 | 12.32 | - |
| YUV | 99.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 95 | 0 | 0.72 | 0.51 | 0.25 | 341.87 | 0.57 | 0.48 |
| Hex | C0 | 35 | 5F | 0 | 48 | 33 | 19 | 156 | 39 | 30 |
| Octal | 300 | 65 | 137 | 0 | 110 | 63 | 31 | 526 | 71 | 60 |
| Binary | 11000000 | 110101 | 1011111 | 0 | 1001000 | 110011 | 11001 | 101010110 | 111001 | 110000 |
Color Harmonies of #C0355F
Complementary color
Monochromatic Colors of #C0355F
Black with #C0355F
Text Example
Text Example
White with #C0355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0355F; }
p { color: rgb(192,53,95); }
H1.HeaderClassName
{
color: #C0355F;
}
.AnyTagClassName
{
color: #C0355F;
}
</style>
background-color css
<style>
a { background-color: #C0355F; }
a { background-color: rgb(192,53,95); }
div.DivClassName
{
background-color: #C0355F;
}
.BgClassName
{
background-color: #C0355F;
}
</style>
border-color css
<style>
span { border-color: #C0355F; }
span { border-color: rgb(192,53,95); }
td.TdClassName
{
border-color: #C0355F;
}
.TagClassName
{
border-color: #C0355F;
}
</style>