Shades of Old Rose #C12663
Tints of Old Rose #C12663
RGB
CMYK
RGB Variations
Color information
#C12663 (or 0xC12663) is known color: Old Rose. HEX triplet: C1, 26 and 63. RGB value is (193,38,99). Sum of RGB (Red+Green+Blue) = 193+38+99=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C12663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12663 is #3ED99C. Grayscale: #5B5B5B. Windows color (decimal): -4118941 or 6497985. OLE color: 6497985.
HSL color Cylindrical-coordinate representation of color #C12663: hue angle of 336.39º degrees, saturation: 0.67, 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 #C12663 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 99 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.24 |
| HSL | 336.39º | 0.67% | 0.45% | - |
| HSV(B) | 336.39º | 0.8% | 0.76% | - |
| XYZ | 24.94 | 13.62 | 13.12 | - |
| YUV | 91.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 99 | 0 | 0.80 | 0.49 | 0.24 | 336.39 | 0.67 | 0.45 |
| Hex | C1 | 26 | 63 | 0 | 50 | 31 | 18 | 150 | 43 | 2D |
| Octal | 301 | 46 | 143 | 0 | 120 | 61 | 30 | 520 | 103 | 55 |
| Binary | 11000001 | 100110 | 1100011 | 0 | 1010000 | 110001 | 11000 | 101010000 | 1000011 | 101101 |
Color Harmonies of #C12663
Complementary color
Monochromatic Colors of #C12663
Black with #C12663
Text Example
Text Example
White with #C12663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12663; }
p { color: rgb(193,38,99); }
H1.HeaderClassName
{
color: #C12663;
}
.AnyTagClassName
{
color: #C12663;
}
</style>
background-color css
<style>
a { background-color: #C12663; }
a { background-color: rgb(193,38,99); }
div.DivClassName
{
background-color: #C12663;
}
.BgClassName
{
background-color: #C12663;
}
</style>
border-color css
<style>
span { border-color: #C12663; }
span { border-color: rgb(193,38,99); }
td.TdClassName
{
border-color: #C12663;
}
.TagClassName
{
border-color: #C12663;
}
</style>