Shades of Old Rose #C03353
Tints of Old Rose #C03353
RGB
CMYK
RGB Variations
Color information
#C03353 (or 0xC03353) is known color: Old Rose. HEX triplet: C0, 33 and 53. RGB value is (192,51,83). Sum of RGB (Red+Green+Blue) = 192+51+83=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C03353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03353 is #3FCCAC. Grayscale: #606060. Windows color (decimal): -4181165 or 5452736. OLE color: 5452736.
HSL color Cylindrical-coordinate representation of color #C03353: hue angle of 346.38º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03353 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 83 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.25 |
| HSL | 346.38º | 0.58% | 0.48% | - |
| HSV(B) | 346.38º | 0.73% | 0.75% | - |
| XYZ | 24.48 | 14.2 | 9.63 | - |
| YUV | 96.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 83 | 0 | 0.73 | 0.57 | 0.25 | 346.38 | 0.58 | 0.48 |
| Hex | C0 | 33 | 53 | 0 | 49 | 39 | 19 | 15A | 3A | 30 |
| Octal | 300 | 63 | 123 | 0 | 111 | 71 | 31 | 532 | 72 | 60 |
| Binary | 11000000 | 110011 | 1010011 | 0 | 1001001 | 111001 | 11001 | 101011010 | 111010 | 110000 |
Color Harmonies of #C03353
Complementary color
Monochromatic Colors of #C03353
Black with #C03353
Text Example
Text Example
White with #C03353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03353; }
p { color: rgb(192,51,83); }
H1.HeaderClassName
{
color: #C03353;
}
.AnyTagClassName
{
color: #C03353;
}
</style>
background-color css
<style>
a { background-color: #C03353; }
a { background-color: rgb(192,51,83); }
div.DivClassName
{
background-color: #C03353;
}
.BgClassName
{
background-color: #C03353;
}
</style>
border-color css
<style>
span { border-color: #C03353; }
span { border-color: rgb(192,51,83); }
td.TdClassName
{
border-color: #C03353;
}
.TagClassName
{
border-color: #C03353;
}
</style>