Shades of Old Rose #C1434B
Tints of Old Rose #C1434B
RGB
CMYK
RGB Variations
Color information
#C1434B (or 0xC1434B) is known color: Old Rose. HEX triplet: C1, 43 and 4B. RGB value is (193,67,75). Sum of RGB (Red+Green+Blue) = 193+67+75=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1434B is #3EBCB4. Grayscale: #696969. Windows color (decimal): -4111541 or 4932545. OLE color: 4932545.
HSL color Cylindrical-coordinate representation of color #C1434B: hue angle of 356.19º 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 #C1434B is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 75 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.24 |
| HSL | 356.19º | 0.5% | 0.51% | - |
| HSV(B) | 356.19º | 0.65% | 0.76% | - |
| XYZ | 25.27 | 15.86 | 8.39 | - |
| YUV | 105.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 75 | 0 | 0.65 | 0.61 | 0.24 | 356.19 | 0.5 | 0.51 |
| Hex | C1 | 43 | 4B | 0 | 41 | 3D | 18 | 164 | 32 | 33 |
| Octal | 301 | 103 | 113 | 0 | 101 | 75 | 30 | 544 | 62 | 63 |
| Binary | 11000001 | 1000011 | 1001011 | 0 | 1000001 | 111101 | 11000 | 101100100 | 110010 | 110011 |
Color Harmonies of #C1434B
Complementary color
Monochromatic Colors of #C1434B
Black with #C1434B
Text Example
Text Example
White with #C1434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1434B; }
p { color: rgb(193,67,75); }
H1.HeaderClassName
{
color: #C1434B;
}
.AnyTagClassName
{
color: #C1434B;
}
</style>
background-color css
<style>
a { background-color: #C1434B; }
a { background-color: rgb(193,67,75); }
div.DivClassName
{
background-color: #C1434B;
}
.BgClassName
{
background-color: #C1434B;
}
</style>
border-color css
<style>
span { border-color: #C1434B; }
span { border-color: rgb(193,67,75); }
td.TdClassName
{
border-color: #C1434B;
}
.TagClassName
{
border-color: #C1434B;
}
</style>