Shades of Old Rose #C0365F
Tints of Old Rose #C0365F
RGB
CMYK
RGB Variations
Color information
#C0365F (or 0xC0365F) is known color: Old Rose. HEX triplet: C0, 36 and 5F. RGB value is (192,54,95). Sum of RGB (Red+Green+Blue) = 192+54+95=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0365F is #3FC9A0. Grayscale: #636363. Windows color (decimal): -4180385 or 6239936. OLE color: 6239936.
HSL color Cylindrical-coordinate representation of color #C0365F: hue angle of 342.17º degrees, saturation: 0.56, 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 #C0365F is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 95 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.25 |
| HSL | 342.17º | 0.56% | 0.48% | - |
| HSV(B) | 342.17º | 0.72% | 0.75% | - |
| XYZ | 25.12 | 14.67 | 12.33 | - |
| YUV | 99.94 | 125.22 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 95 | 0 | 0.72 | 0.51 | 0.25 | 342.17 | 0.56 | 0.48 |
| Hex | C0 | 36 | 5F | 0 | 48 | 33 | 19 | 156 | 38 | 30 |
| Octal | 300 | 66 | 137 | 0 | 110 | 63 | 31 | 526 | 70 | 60 |
| Binary | 11000000 | 110110 | 1011111 | 0 | 1001000 | 110011 | 11001 | 101010110 | 111000 | 110000 |
Color Harmonies of #C0365F
Complementary color
Monochromatic Colors of #C0365F
Black with #C0365F
Text Example
Text Example
White with #C0365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0365F; }
p { color: rgb(192,54,95); }
H1.HeaderClassName
{
color: #C0365F;
}
.AnyTagClassName
{
color: #C0365F;
}
</style>
background-color css
<style>
a { background-color: #C0365F; }
a { background-color: rgb(192,54,95); }
div.DivClassName
{
background-color: #C0365F;
}
.BgClassName
{
background-color: #C0365F;
}
</style>
border-color css
<style>
span { border-color: #C0365F; }
span { border-color: rgb(192,54,95); }
td.TdClassName
{
border-color: #C0365F;
}
.TagClassName
{
border-color: #C0365F;
}
</style>