Shades of Old Rose #C13250
Tints of Old Rose #C13250
RGB
CMYK
RGB Variations
Color information
#C13250 (or 0xC13250) is known color: Old Rose. HEX triplet: C1, 32 and 50. RGB value is (193,50,80). Sum of RGB (Red+Green+Blue) = 193+50+80=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C13250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13250 is #3ECDAF. Grayscale: #606060. Windows color (decimal): -4115888 or 5255873. OLE color: 5255873.
HSL color Cylindrical-coordinate representation of color #C13250: hue angle of 347.41º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13250 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 80 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.24 |
| HSL | 347.41º | 0.59% | 0.48% | - |
| HSV(B) | 347.41º | 0.74% | 0.76% | - |
| XYZ | 24.58 | 14.2 | 9.03 | - |
| YUV | 96.18 | 118.88 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 80 | 0 | 0.74 | 0.59 | 0.24 | 347.41 | 0.59 | 0.48 |
| Hex | C1 | 32 | 50 | 0 | 4A | 3B | 18 | 15B | 3B | 30 |
| Octal | 301 | 62 | 120 | 0 | 112 | 73 | 30 | 533 | 73 | 60 |
| Binary | 11000001 | 110010 | 1010000 | 0 | 1001010 | 111011 | 11000 | 101011011 | 111011 | 110000 |
Color Harmonies of #C13250
Complementary color
Monochromatic Colors of #C13250
Black with #C13250
Text Example
Text Example
White with #C13250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13250; }
p { color: rgb(193,50,80); }
H1.HeaderClassName
{
color: #C13250;
}
.AnyTagClassName
{
color: #C13250;
}
</style>
background-color css
<style>
a { background-color: #C13250; }
a { background-color: rgb(193,50,80); }
div.DivClassName
{
background-color: #C13250;
}
.BgClassName
{
background-color: #C13250;
}
</style>
border-color css
<style>
span { border-color: #C13250; }
span { border-color: rgb(193,50,80); }
td.TdClassName
{
border-color: #C13250;
}
.TagClassName
{
border-color: #C13250;
}
</style>