Shades of Old Rose #C1234C
Tints of Old Rose #C1234C
RGB
CMYK
RGB Variations
Color information
#C1234C (or 0xC1234C) is known color: Old Rose. HEX triplet: C1, 23 and 4C. RGB value is (193,35,76). Sum of RGB (Red+Green+Blue) = 193+35+76=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1234C is #3EDCB3. Grayscale: #565656. Windows color (decimal): -4119732 or 4989889. OLE color: 4989889.
HSL color Cylindrical-coordinate representation of color #C1234C: hue angle of 344.43º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1234C is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 76 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.24 |
| HSL | 344.43º | 0.69% | 0.45% | - |
| HSV(B) | 344.43º | 0.82% | 0.76% | - |
| XYZ | 23.9 | 13.06 | 8.1 | - |
| YUV | 86.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 76 | 0 | 0.82 | 0.61 | 0.24 | 344.43 | 0.69 | 0.45 |
| Hex | C1 | 23 | 4C | 0 | 52 | 3D | 18 | 158 | 45 | 2D |
| Octal | 301 | 43 | 114 | 0 | 122 | 75 | 30 | 530 | 105 | 55 |
| Binary | 11000001 | 100011 | 1001100 | 0 | 1010010 | 111101 | 11000 | 101011000 | 1000101 | 101101 |
Color Harmonies of #C1234C
Complementary color
Monochromatic Colors of #C1234C
Black with #C1234C
Text Example
Text Example
White with #C1234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1234C; }
p { color: rgb(193,35,76); }
H1.HeaderClassName
{
color: #C1234C;
}
.AnyTagClassName
{
color: #C1234C;
}
</style>
background-color css
<style>
a { background-color: #C1234C; }
a { background-color: rgb(193,35,76); }
div.DivClassName
{
background-color: #C1234C;
}
.BgClassName
{
background-color: #C1234C;
}
</style>
border-color css
<style>
span { border-color: #C1234C; }
span { border-color: rgb(193,35,76); }
td.TdClassName
{
border-color: #C1234C;
}
.TagClassName
{
border-color: #C1234C;
}
</style>