Shades of Old Rose #C0365A
Tints of Old Rose #C0365A
RGB
CMYK
RGB Variations
Color information
#C0365A (or 0xC0365A) is known color: Old Rose. HEX triplet: C0, 36 and 5A. RGB value is (192,54,90). Sum of RGB (Red+Green+Blue) = 192+54+90=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0365A is #3FC9A5. Grayscale: #636363. Windows color (decimal): -4180390 or 5912256. OLE color: 5912256.
HSL color Cylindrical-coordinate representation of color #C0365A: hue angle of 344.35º 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 #C0365A is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 90 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.25 |
| HSL | 344.35º | 0.56% | 0.48% | - |
| HSV(B) | 344.35º | 0.72% | 0.75% | - |
| XYZ | 24.9 | 14.58 | 11.18 | - |
| YUV | 99.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 90 | 0 | 0.72 | 0.53 | 0.25 | 344.35 | 0.56 | 0.48 |
| Hex | C0 | 36 | 5A | 0 | 48 | 35 | 19 | 158 | 38 | 30 |
| Octal | 300 | 66 | 132 | 0 | 110 | 65 | 31 | 530 | 70 | 60 |
| Binary | 11000000 | 110110 | 1011010 | 0 | 1001000 | 110101 | 11001 | 101011000 | 111000 | 110000 |
Color Harmonies of #C0365A
Complementary color
Monochromatic Colors of #C0365A
Black with #C0365A
Text Example
Text Example
White with #C0365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0365A; }
p { color: rgb(192,54,90); }
H1.HeaderClassName
{
color: #C0365A;
}
.AnyTagClassName
{
color: #C0365A;
}
</style>
background-color css
<style>
a { background-color: #C0365A; }
a { background-color: rgb(192,54,90); }
div.DivClassName
{
background-color: #C0365A;
}
.BgClassName
{
background-color: #C0365A;
}
</style>
border-color css
<style>
span { border-color: #C0365A; }
span { border-color: rgb(192,54,90); }
td.TdClassName
{
border-color: #C0365A;
}
.TagClassName
{
border-color: #C0365A;
}
</style>