Shades of Old Rose #C12752
Tints of Old Rose #C12752
RGB
CMYK
RGB Variations
Color information
#C12752 (or 0xC12752) is known color: Old Rose. HEX triplet: C1, 27 and 52. RGB value is (193,39,82). Sum of RGB (Red+Green+Blue) = 193+39+82=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C12752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12752 is #3ED8AD. Grayscale: #595959. Windows color (decimal): -4118702 or 5384129. OLE color: 5384129.
HSL color Cylindrical-coordinate representation of color #C12752: hue angle of 343.25º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12752 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 82 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.24 |
| HSL | 343.25º | 0.66% | 0.45% | - |
| HSV(B) | 343.25º | 0.8% | 0.76% | - |
| XYZ | 24.24 | 13.4 | 9.29 | - |
| YUV | 89.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 82 | 0 | 0.80 | 0.58 | 0.24 | 343.25 | 0.66 | 0.45 |
| Hex | C1 | 27 | 52 | 0 | 50 | 3A | 18 | 157 | 42 | 2D |
| Octal | 301 | 47 | 122 | 0 | 120 | 72 | 30 | 527 | 102 | 55 |
| Binary | 11000001 | 100111 | 1010010 | 0 | 1010000 | 111010 | 11000 | 101010111 | 1000010 | 101101 |
Color Harmonies of #C12752
Complementary color
Monochromatic Colors of #C12752
Black with #C12752
Text Example
Text Example
White with #C12752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12752; }
p { color: rgb(193,39,82); }
H1.HeaderClassName
{
color: #C12752;
}
.AnyTagClassName
{
color: #C12752;
}
</style>
background-color css
<style>
a { background-color: #C12752; }
a { background-color: rgb(193,39,82); }
div.DivClassName
{
background-color: #C12752;
}
.BgClassName
{
background-color: #C12752;
}
</style>
border-color css
<style>
span { border-color: #C12752; }
span { border-color: rgb(193,39,82); }
td.TdClassName
{
border-color: #C12752;
}
.TagClassName
{
border-color: #C12752;
}
</style>