Shades of Old Rose #C1434C
Tints of Old Rose #C1434C
RGB
CMYK
RGB Variations
Color information
#C1434C (or 0xC1434C) is known color: Old Rose. HEX triplet: C1, 43 and 4C. RGB value is (193,67,76). Sum of RGB (Red+Green+Blue) = 193+67+76=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1434C is #3EBCB3. Grayscale: #696969. Windows color (decimal): -4111540 or 4998081. OLE color: 4998081.
HSL color Cylindrical-coordinate representation of color #C1434C: hue angle of 355.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1434C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 76 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.24 |
| HSL | 355.71º | 0.5% | 0.51% | - |
| HSV(B) | 355.71º | 0.65% | 0.76% | - |
| XYZ | 25.3 | 15.87 | 8.57 | - |
| YUV | 105.7 | 111.24 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 76 | 0 | 0.65 | 0.61 | 0.24 | 355.71 | 0.5 | 0.51 |
| Hex | C1 | 43 | 4C | 0 | 41 | 3D | 18 | 164 | 32 | 33 |
| Octal | 301 | 103 | 114 | 0 | 101 | 75 | 30 | 544 | 62 | 63 |
| Binary | 11000001 | 1000011 | 1001100 | 0 | 1000001 | 111101 | 11000 | 101100100 | 110010 | 110011 |
Color Harmonies of #C1434C
Complementary color
Monochromatic Colors of #C1434C
Black with #C1434C
Text Example
Text Example
White with #C1434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1434C; }
p { color: rgb(193,67,76); }
H1.HeaderClassName
{
color: #C1434C;
}
.AnyTagClassName
{
color: #C1434C;
}
</style>
background-color css
<style>
a { background-color: #C1434C; }
a { background-color: rgb(193,67,76); }
div.DivClassName
{
background-color: #C1434C;
}
.BgClassName
{
background-color: #C1434C;
}
</style>
border-color css
<style>
span { border-color: #C1434C; }
span { border-color: rgb(193,67,76); }
td.TdClassName
{
border-color: #C1434C;
}
.TagClassName
{
border-color: #C1434C;
}
</style>