Shades of Old Rose #C0365D
Tints of Old Rose #C0365D
RGB
CMYK
RGB Variations
Color information
#C0365D (or 0xC0365D) is known color: Old Rose. HEX triplet: C0, 36 and 5D. RGB value is (192,54,93). Sum of RGB (Red+Green+Blue) = 192+54+93=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0365D is #3FC9A2. Grayscale: #636363. Windows color (decimal): -4180387 or 6108864. OLE color: 6108864.
HSL color Cylindrical-coordinate representation of color #C0365D: hue angle of 343.04º 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 #C0365D is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 93 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.25 |
| HSL | 343.04º | 0.56% | 0.48% | - |
| HSV(B) | 343.04º | 0.72% | 0.75% | - |
| XYZ | 25.03 | 14.64 | 11.86 | - |
| YUV | 99.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 93 | 0 | 0.72 | 0.52 | 0.25 | 343.04 | 0.56 | 0.48 |
| Hex | C0 | 36 | 5D | 0 | 48 | 34 | 19 | 157 | 38 | 30 |
| Octal | 300 | 66 | 135 | 0 | 110 | 64 | 31 | 527 | 70 | 60 |
| Binary | 11000000 | 110110 | 1011101 | 0 | 1001000 | 110100 | 11001 | 101010111 | 111000 | 110000 |
Color Harmonies of #C0365D
Complementary color
Monochromatic Colors of #C0365D
Black with #C0365D
Text Example
Text Example
White with #C0365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0365D; }
p { color: rgb(192,54,93); }
H1.HeaderClassName
{
color: #C0365D;
}
.AnyTagClassName
{
color: #C0365D;
}
</style>
background-color css
<style>
a { background-color: #C0365D; }
a { background-color: rgb(192,54,93); }
div.DivClassName
{
background-color: #C0365D;
}
.BgClassName
{
background-color: #C0365D;
}
</style>
border-color css
<style>
span { border-color: #C0365D; }
span { border-color: rgb(192,54,93); }
td.TdClassName
{
border-color: #C0365D;
}
.TagClassName
{
border-color: #C0365D;
}
</style>