Shades of Old Rose #C0305A
Tints of Old Rose #C0305A
RGB
CMYK
RGB Variations
Color information
#C0305A (or 0xC0305A) is known color: Old Rose. HEX triplet: C0, 30 and 5A. RGB value is (192,48,90). Sum of RGB (Red+Green+Blue) = 192+48+90=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C0305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0305A is #3FCFA5. Grayscale: #5F5F5F. Windows color (decimal): -4181926 or 5910720. OLE color: 5910720.
HSL color Cylindrical-coordinate representation of color #C0305A: hue angle of 342.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0305A is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 90 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.25 |
| HSL | 342.5º | 0.6% | 0.47% | - |
| HSV(B) | 342.5º | 0.75% | 0.75% | - |
| XYZ | 24.64 | 14.06 | 11.09 | - |
| YUV | 95.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 90 | 0 | 0.75 | 0.53 | 0.25 | 342.5 | 0.6 | 0.47 |
| Hex | C0 | 30 | 5A | 0 | 4B | 35 | 19 | 156 | 3C | 2F |
| Octal | 300 | 60 | 132 | 0 | 113 | 65 | 31 | 526 | 74 | 57 |
| Binary | 11000000 | 110000 | 1011010 | 0 | 1001011 | 110101 | 11001 | 101010110 | 111100 | 101111 |
Color Harmonies of #C0305A
Complementary color
Monochromatic Colors of #C0305A
Black with #C0305A
Text Example
Text Example
White with #C0305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0305A; }
p { color: rgb(192,48,90); }
H1.HeaderClassName
{
color: #C0305A;
}
.AnyTagClassName
{
color: #C0305A;
}
</style>
background-color css
<style>
a { background-color: #C0305A; }
a { background-color: rgb(192,48,90); }
div.DivClassName
{
background-color: #C0305A;
}
.BgClassName
{
background-color: #C0305A;
}
</style>
border-color css
<style>
span { border-color: #C0305A; }
span { border-color: rgb(192,48,90); }
td.TdClassName
{
border-color: #C0305A;
}
.TagClassName
{
border-color: #C0305A;
}
</style>