Shades of Old Rose #C0305C
Tints of Old Rose #C0305C
RGB
CMYK
RGB Variations
Color information
#C0305C (or 0xC0305C) is known color: Old Rose. HEX triplet: C0, 30 and 5C. RGB value is (192,48,92). Sum of RGB (Red+Green+Blue) = 192+48+92=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0305C is #3FCFA3. Grayscale: #606060. Windows color (decimal): -4181924 or 6041792. OLE color: 6041792.
HSL color Cylindrical-coordinate representation of color #C0305C: hue angle of 341.67º 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 #C0305C is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 92 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.25 |
| HSL | 341.67º | 0.6% | 0.47% | - |
| HSV(B) | 341.67º | 0.75% | 0.75% | - |
| XYZ | 24.73 | 14.09 | 11.54 | - |
| YUV | 96.07 | 125.71 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 92 | 0 | 0.75 | 0.52 | 0.25 | 341.67 | 0.6 | 0.47 |
| Hex | C0 | 30 | 5C | 0 | 4B | 34 | 19 | 156 | 3C | 2F |
| Octal | 300 | 60 | 134 | 0 | 113 | 64 | 31 | 526 | 74 | 57 |
| Binary | 11000000 | 110000 | 1011100 | 0 | 1001011 | 110100 | 11001 | 101010110 | 111100 | 101111 |
Color Harmonies of #C0305C
Complementary color
Monochromatic Colors of #C0305C
Black with #C0305C
Text Example
Text Example
White with #C0305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0305C; }
p { color: rgb(192,48,92); }
H1.HeaderClassName
{
color: #C0305C;
}
.AnyTagClassName
{
color: #C0305C;
}
</style>
background-color css
<style>
a { background-color: #C0305C; }
a { background-color: rgb(192,48,92); }
div.DivClassName
{
background-color: #C0305C;
}
.BgClassName
{
background-color: #C0305C;
}
</style>
border-color css
<style>
span { border-color: #C0305C; }
span { border-color: rgb(192,48,92); }
td.TdClassName
{
border-color: #C0305C;
}
.TagClassName
{
border-color: #C0305C;
}
</style>