Shades of Old Rose #C03655
Tints of Old Rose #C03655
RGB
CMYK
RGB Variations
Color information
#C03655 (or 0xC03655) is known color: Old Rose. HEX triplet: C0, 36 and 55. RGB value is (192,54,85). Sum of RGB (Red+Green+Blue) = 192+54+85=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C03655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03655 is #3FC9AA. Grayscale: #626262. Windows color (decimal): -4180395 or 5584576. OLE color: 5584576.
HSL color Cylindrical-coordinate representation of color #C03655: hue angle of 346.52º 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 #C03655 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 85 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.25 |
| HSL | 346.52º | 0.56% | 0.48% | - |
| HSV(B) | 346.52º | 0.72% | 0.75% | - |
| XYZ | 24.7 | 14.5 | 10.09 | - |
| YUV | 98.8 | 120.22 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 85 | 0 | 0.72 | 0.56 | 0.25 | 346.52 | 0.56 | 0.48 |
| Hex | C0 | 36 | 55 | 0 | 48 | 38 | 19 | 15B | 38 | 30 |
| Octal | 300 | 66 | 125 | 0 | 110 | 70 | 31 | 533 | 70 | 60 |
| Binary | 11000000 | 110110 | 1010101 | 0 | 1001000 | 111000 | 11001 | 101011011 | 111000 | 110000 |
Color Harmonies of #C03655
Complementary color
Monochromatic Colors of #C03655
Black with #C03655
Text Example
Text Example
White with #C03655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03655; }
p { color: rgb(192,54,85); }
H1.HeaderClassName
{
color: #C03655;
}
.AnyTagClassName
{
color: #C03655;
}
</style>
background-color css
<style>
a { background-color: #C03655; }
a { background-color: rgb(192,54,85); }
div.DivClassName
{
background-color: #C03655;
}
.BgClassName
{
background-color: #C03655;
}
</style>
border-color css
<style>
span { border-color: #C03655; }
span { border-color: rgb(192,54,85); }
td.TdClassName
{
border-color: #C03655;
}
.TagClassName
{
border-color: #C03655;
}
</style>