Shades of Old Rose #C02352
Tints of Old Rose #C02352
RGB
CMYK
RGB Variations
Color information
#C02352 (or 0xC02352) is known color: Old Rose. HEX triplet: C0, 23 and 52. RGB value is (192,35,82). Sum of RGB (Red+Green+Blue) = 192+35+82=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C02352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02352 is #3FDCAD. Grayscale: #575757. Windows color (decimal): -4185262 or 5383104. OLE color: 5383104.
HSL color Cylindrical-coordinate representation of color #C02352: hue angle of 342.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02352 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 82 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.25 |
| HSL | 342.04º | 0.69% | 0.45% | - |
| HSV(B) | 342.04º | 0.82% | 0.75% | - |
| XYZ | 23.86 | 13.02 | 9.24 | - |
| YUV | 87.3 | 125.01 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 82 | 0 | 0.82 | 0.57 | 0.25 | 342.04 | 0.69 | 0.45 |
| Hex | C0 | 23 | 52 | 0 | 52 | 39 | 19 | 156 | 45 | 2D |
| Octal | 300 | 43 | 122 | 0 | 122 | 71 | 31 | 526 | 105 | 55 |
| Binary | 11000000 | 100011 | 1010010 | 0 | 1010010 | 111001 | 11001 | 101010110 | 1000101 | 101101 |
Color Harmonies of #C02352
Complementary color
Monochromatic Colors of #C02352
Black with #C02352
Text Example
Text Example
White with #C02352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02352; }
p { color: rgb(192,35,82); }
H1.HeaderClassName
{
color: #C02352;
}
.AnyTagClassName
{
color: #C02352;
}
</style>
background-color css
<style>
a { background-color: #C02352; }
a { background-color: rgb(192,35,82); }
div.DivClassName
{
background-color: #C02352;
}
.BgClassName
{
background-color: #C02352;
}
</style>
border-color css
<style>
span { border-color: #C02352; }
span { border-color: rgb(192,35,82); }
td.TdClassName
{
border-color: #C02352;
}
.TagClassName
{
border-color: #C02352;
}
</style>