Shades of Old Rose #C13C4C
Tints of Old Rose #C13C4C
RGB
CMYK
RGB Variations
Color information
#C13C4C (or 0xC13C4C) is known color: Old Rose. HEX triplet: C1, 3C and 4C. RGB value is (193,60,76). Sum of RGB (Red+Green+Blue) = 193+60+76=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13C4C is #3EC3B3. Grayscale: #656565. Windows color (decimal): -4113332 or 4996289. OLE color: 4996289.
HSL color Cylindrical-coordinate representation of color #C13C4C: hue angle of 352.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13C4C is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 76 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.24 |
| HSL | 352.78º | 0.53% | 0.5% | - |
| HSV(B) | 352.78º | 0.69% | 0.76% | - |
| XYZ | 24.91 | 15.09 | 8.44 | - |
| YUV | 101.59 | 113.56 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 76 | 0 | 0.69 | 0.61 | 0.24 | 352.78 | 0.53 | 0.5 |
| Hex | C1 | 3C | 4C | 0 | 45 | 3D | 18 | 161 | 35 | 32 |
| Octal | 301 | 74 | 114 | 0 | 105 | 75 | 30 | 541 | 65 | 62 |
| Binary | 11000001 | 111100 | 1001100 | 0 | 1000101 | 111101 | 11000 | 101100001 | 110101 | 110010 |
Color Harmonies of #C13C4C
Complementary color
Monochromatic Colors of #C13C4C
Black with #C13C4C
Text Example
Text Example
White with #C13C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13C4C; }
p { color: rgb(193,60,76); }
H1.HeaderClassName
{
color: #C13C4C;
}
.AnyTagClassName
{
color: #C13C4C;
}
</style>
background-color css
<style>
a { background-color: #C13C4C; }
a { background-color: rgb(193,60,76); }
div.DivClassName
{
background-color: #C13C4C;
}
.BgClassName
{
background-color: #C13C4C;
}
</style>
border-color css
<style>
span { border-color: #C13C4C; }
span { border-color: rgb(193,60,76); }
td.TdClassName
{
border-color: #C13C4C;
}
.TagClassName
{
border-color: #C13C4C;
}
</style>