Shades of Old Rose #C02B5C
Tints of Old Rose #C02B5C
RGB
CMYK
RGB Variations
Color information
#C02B5C (or 0xC02B5C) is known color: Old Rose. HEX triplet: C0, 2B and 5C. RGB value is (192,43,92). Sum of RGB (Red+Green+Blue) = 192+43+92=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B5C is #3FD4A3. Grayscale: #5D5D5D. Windows color (decimal): -4183204 or 6040512. OLE color: 6040512.
HSL color Cylindrical-coordinate representation of color #C02B5C: hue angle of 340.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B5C is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 92 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.25 |
| HSL | 340.27º | 0.63% | 0.46% | - |
| HSV(B) | 340.27º | 0.78% | 0.75% | - |
| XYZ | 24.53 | 13.71 | 11.48 | - |
| YUV | 93.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 92 | 0 | 0.78 | 0.52 | 0.25 | 340.27 | 0.63 | 0.46 |
| Hex | C0 | 2B | 5C | 0 | 4E | 34 | 19 | 154 | 3F | 2E |
| Octal | 300 | 53 | 134 | 0 | 116 | 64 | 31 | 524 | 77 | 56 |
| Binary | 11000000 | 101011 | 1011100 | 0 | 1001110 | 110100 | 11001 | 101010100 | 111111 | 101110 |
Color Harmonies of #C02B5C
Complementary color
Monochromatic Colors of #C02B5C
Black with #C02B5C
Text Example
Text Example
White with #C02B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B5C; }
p { color: rgb(192,43,92); }
H1.HeaderClassName
{
color: #C02B5C;
}
.AnyTagClassName
{
color: #C02B5C;
}
</style>
background-color css
<style>
a { background-color: #C02B5C; }
a { background-color: rgb(192,43,92); }
div.DivClassName
{
background-color: #C02B5C;
}
.BgClassName
{
background-color: #C02B5C;
}
</style>
border-color css
<style>
span { border-color: #C02B5C; }
span { border-color: rgb(192,43,92); }
td.TdClassName
{
border-color: #C02B5C;
}
.TagClassName
{
border-color: #C02B5C;
}
</style>