Shades of Old Rose #C12850
Tints of Old Rose #C12850
RGB
CMYK
RGB Variations
Color information
#C12850 (or 0xC12850) is known color: Old Rose. HEX triplet: C1, 28 and 50. RGB value is (193,40,80). Sum of RGB (Red+Green+Blue) = 193+40+80=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C12850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12850 is #3ED7AF. Grayscale: #5A5A5A. Windows color (decimal): -4118448 or 5253313. OLE color: 5253313.
HSL color Cylindrical-coordinate representation of color #C12850: hue angle of 344.31º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12850 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 80 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.24 |
| HSL | 344.31º | 0.66% | 0.46% | - |
| HSV(B) | 344.31º | 0.79% | 0.76% | - |
| XYZ | 24.2 | 13.43 | 8.91 | - |
| YUV | 90.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 80 | 0 | 0.79 | 0.59 | 0.24 | 344.31 | 0.66 | 0.46 |
| Hex | C1 | 28 | 50 | 0 | 4F | 3B | 18 | 158 | 42 | 2E |
| Octal | 301 | 50 | 120 | 0 | 117 | 73 | 30 | 530 | 102 | 56 |
| Binary | 11000001 | 101000 | 1010000 | 0 | 1001111 | 111011 | 11000 | 101011000 | 1000010 | 101110 |
Color Harmonies of #C12850
Complementary color
Monochromatic Colors of #C12850
Black with #C12850
Text Example
Text Example
White with #C12850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12850; }
p { color: rgb(193,40,80); }
H1.HeaderClassName
{
color: #C12850;
}
.AnyTagClassName
{
color: #C12850;
}
</style>
background-color css
<style>
a { background-color: #C12850; }
a { background-color: rgb(193,40,80); }
div.DivClassName
{
background-color: #C12850;
}
.BgClassName
{
background-color: #C12850;
}
</style>
border-color css
<style>
span { border-color: #C12850; }
span { border-color: rgb(193,40,80); }
td.TdClassName
{
border-color: #C12850;
}
.TagClassName
{
border-color: #C12850;
}
</style>