Shades of Old Rose #C01852
Tints of Old Rose #C01852
RGB
CMYK
RGB Variations
Color information
#C01852 (or 0xC01852) is known color: Old Rose. HEX triplet: C0, 18 and 52. RGB value is (192,24,82). Sum of RGB (Red+Green+Blue) = 192+24+82=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C01852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01852 is #3FE7AD. Grayscale: #505050. Windows color (decimal): -4188078 or 5380288. OLE color: 5380288.
HSL color Cylindrical-coordinate representation of color #C01852: hue angle of 339.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01852 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 82 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.25 |
| HSL | 339.29º | 0.78% | 0.42% | - |
| HSV(B) | 339.29º | 0.88% | 0.75% | - |
| XYZ | 23.59 | 12.47 | 9.15 | - |
| YUV | 80.84 | 128.66 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 82 | 0 | 0.88 | 0.57 | 0.25 | 339.29 | 0.78 | 0.42 |
| Hex | C0 | 18 | 52 | 0 | 58 | 39 | 19 | 153 | 4E | 2A |
| Octal | 300 | 30 | 122 | 0 | 130 | 71 | 31 | 523 | 116 | 52 |
| Binary | 11000000 | 11000 | 1010010 | 0 | 1011000 | 111001 | 11001 | 101010011 | 1001110 | 101010 |
Color Harmonies of #C01852
Complementary color
Monochromatic Colors of #C01852
Black with #C01852
Text Example
Text Example
White with #C01852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01852; }
p { color: rgb(192,24,82); }
H1.HeaderClassName
{
color: #C01852;
}
.AnyTagClassName
{
color: #C01852;
}
</style>
background-color css
<style>
a { background-color: #C01852; }
a { background-color: rgb(192,24,82); }
div.DivClassName
{
background-color: #C01852;
}
.BgClassName
{
background-color: #C01852;
}
</style>
border-color css
<style>
span { border-color: #C01852; }
span { border-color: rgb(192,24,82); }
td.TdClassName
{
border-color: #C01852;
}
.TagClassName
{
border-color: #C01852;
}
</style>