Shades of Old Rose #C13E4A
Tints of Old Rose #C13E4A
RGB
CMYK
RGB Variations
Color information
#C13E4A (or 0xC13E4A) is known color: Old Rose. HEX triplet: C1, 3E and 4A. RGB value is (193,62,74). Sum of RGB (Red+Green+Blue) = 193+62+74=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E4A is #3EC1B5. Grayscale: #666666. Windows color (decimal): -4112822 or 4865729. OLE color: 4865729.
HSL color Cylindrical-coordinate representation of color #C13E4A: hue angle of 354.5º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13E4A is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 74 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.24 |
| HSL | 354.5º | 0.51% | 0.5% | - |
| HSV(B) | 354.5º | 0.68% | 0.76% | - |
| XYZ | 24.95 | 15.28 | 8.11 | - |
| YUV | 102.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 74 | 0 | 0.68 | 0.62 | 0.24 | 354.5 | 0.51 | 0.5 |
| Hex | C1 | 3E | 4A | 0 | 44 | 3E | 18 | 163 | 33 | 32 |
| Octal | 301 | 76 | 112 | 0 | 104 | 76 | 30 | 543 | 63 | 62 |
| Binary | 11000001 | 111110 | 1001010 | 0 | 1000100 | 111110 | 11000 | 101100011 | 110011 | 110010 |
Color Harmonies of #C13E4A
Complementary color
Monochromatic Colors of #C13E4A
Black with #C13E4A
Text Example
Text Example
White with #C13E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E4A; }
p { color: rgb(193,62,74); }
H1.HeaderClassName
{
color: #C13E4A;
}
.AnyTagClassName
{
color: #C13E4A;
}
</style>
background-color css
<style>
a { background-color: #C13E4A; }
a { background-color: rgb(193,62,74); }
div.DivClassName
{
background-color: #C13E4A;
}
.BgClassName
{
background-color: #C13E4A;
}
</style>
border-color css
<style>
span { border-color: #C13E4A; }
span { border-color: rgb(193,62,74); }
td.TdClassName
{
border-color: #C13E4A;
}
.TagClassName
{
border-color: #C13E4A;
}
</style>