Shades of Old Rose #C1345B
Tints of Old Rose #C1345B
RGB
CMYK
RGB Variations
Color information
#C1345B (or 0xC1345B) is known color: Old Rose. HEX triplet: C1, 34 and 5B. RGB value is (193,52,91). Sum of RGB (Red+Green+Blue) = 193+52+91=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1345B is #3ECBA4. Grayscale: #626262. Windows color (decimal): -4115365 or 5977281. OLE color: 5977281.
HSL color Cylindrical-coordinate representation of color #C1345B: hue angle of 343.4º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1345B is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 91 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.24 |
| HSL | 343.4º | 0.58% | 0.48% | - |
| HSV(B) | 343.4º | 0.73% | 0.76% | - |
| XYZ | 25.11 | 14.55 | 11.38 | - |
| YUV | 98.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 91 | 0 | 0.73 | 0.53 | 0.24 | 343.4 | 0.58 | 0.48 |
| Hex | C1 | 34 | 5B | 0 | 49 | 35 | 18 | 157 | 3A | 30 |
| Octal | 301 | 64 | 133 | 0 | 111 | 65 | 30 | 527 | 72 | 60 |
| Binary | 11000001 | 110100 | 1011011 | 0 | 1001001 | 110101 | 11000 | 101010111 | 111010 | 110000 |
Color Harmonies of #C1345B
Complementary color
Monochromatic Colors of #C1345B
Black with #C1345B
Text Example
Text Example
White with #C1345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1345B; }
p { color: rgb(193,52,91); }
H1.HeaderClassName
{
color: #C1345B;
}
.AnyTagClassName
{
color: #C1345B;
}
</style>
background-color css
<style>
a { background-color: #C1345B; }
a { background-color: rgb(193,52,91); }
div.DivClassName
{
background-color: #C1345B;
}
.BgClassName
{
background-color: #C1345B;
}
</style>
border-color css
<style>
span { border-color: #C1345B; }
span { border-color: rgb(193,52,91); }
td.TdClassName
{
border-color: #C1345B;
}
.TagClassName
{
border-color: #C1345B;
}
</style>