Shades of Old Rose #C03252
Tints of Old Rose #C03252
RGB
CMYK
RGB Variations
Color information
#C03252 (or 0xC03252) is known color: Old Rose. HEX triplet: C0, 32 and 52. RGB value is (192,50,82). Sum of RGB (Red+Green+Blue) = 192+50+82=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C03252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03252 is #3FCDAD. Grayscale: #606060. Windows color (decimal): -4181422 or 5386944. OLE color: 5386944.
HSL color Cylindrical-coordinate representation of color #C03252: hue angle of 346.48º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03252 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 82 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.25 |
| HSL | 346.48º | 0.59% | 0.47% | - |
| HSV(B) | 346.48º | 0.74% | 0.75% | - |
| XYZ | 24.4 | 14.1 | 9.42 | - |
| YUV | 96.11 | 120.04 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 82 | 0 | 0.74 | 0.57 | 0.25 | 346.48 | 0.59 | 0.47 |
| Hex | C0 | 32 | 52 | 0 | 4A | 39 | 19 | 15A | 3B | 2F |
| Octal | 300 | 62 | 122 | 0 | 112 | 71 | 31 | 532 | 73 | 57 |
| Binary | 11000000 | 110010 | 1010010 | 0 | 1001010 | 111001 | 11001 | 101011010 | 111011 | 101111 |
Color Harmonies of #C03252
Complementary color
Monochromatic Colors of #C03252
Black with #C03252
Text Example
Text Example
White with #C03252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03252; }
p { color: rgb(192,50,82); }
H1.HeaderClassName
{
color: #C03252;
}
.AnyTagClassName
{
color: #C03252;
}
</style>
background-color css
<style>
a { background-color: #C03252; }
a { background-color: rgb(192,50,82); }
div.DivClassName
{
background-color: #C03252;
}
.BgClassName
{
background-color: #C03252;
}
</style>
border-color css
<style>
span { border-color: #C03252; }
span { border-color: rgb(192,50,82); }
td.TdClassName
{
border-color: #C03252;
}
.TagClassName
{
border-color: #C03252;
}
</style>