Shades of Old Rose #C13D4A
Tints of Old Rose #C13D4A
RGB
CMYK
RGB Variations
Color information
#C13D4A (or 0xC13D4A) is known color: Old Rose. HEX triplet: C1, 3D and 4A. RGB value is (193,61,74). Sum of RGB (Red+Green+Blue) = 193+61+74=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D4A is #3EC2B5. Grayscale: #666666. Windows color (decimal): -4113078 or 4865473. OLE color: 4865473.
HSL color Cylindrical-coordinate representation of color #C13D4A: hue angle of 354.09º degrees, saturation: 0.52, 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 #C13D4A is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 74 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.24 |
| HSL | 354.09º | 0.52% | 0.5% | - |
| HSV(B) | 354.09º | 0.68% | 0.76% | - |
| XYZ | 24.9 | 15.17 | 8.09 | - |
| YUV | 101.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 74 | 0 | 0.68 | 0.62 | 0.24 | 354.09 | 0.52 | 0.5 |
| Hex | C1 | 3D | 4A | 0 | 44 | 3E | 18 | 162 | 34 | 32 |
| Octal | 301 | 75 | 112 | 0 | 104 | 76 | 30 | 542 | 64 | 62 |
| Binary | 11000001 | 111101 | 1001010 | 0 | 1000100 | 111110 | 11000 | 101100010 | 110100 | 110010 |
Color Harmonies of #C13D4A
Complementary color
Monochromatic Colors of #C13D4A
Black with #C13D4A
Text Example
Text Example
White with #C13D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D4A; }
p { color: rgb(193,61,74); }
H1.HeaderClassName
{
color: #C13D4A;
}
.AnyTagClassName
{
color: #C13D4A;
}
</style>
background-color css
<style>
a { background-color: #C13D4A; }
a { background-color: rgb(193,61,74); }
div.DivClassName
{
background-color: #C13D4A;
}
.BgClassName
{
background-color: #C13D4A;
}
</style>
border-color css
<style>
span { border-color: #C13D4A; }
span { border-color: rgb(193,61,74); }
td.TdClassName
{
border-color: #C13D4A;
}
.TagClassName
{
border-color: #C13D4A;
}
</style>