Shades of Old Rose #C1305C
Tints of Old Rose #C1305C
RGB
CMYK
RGB Variations
Color information
#C1305C (or 0xC1305C) is known color: Old Rose. HEX triplet: C1, 30 and 5C. RGB value is (193,48,92). Sum of RGB (Red+Green+Blue) = 193+48+92=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C1305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1305C is #3ECFA3. Grayscale: #606060. Windows color (decimal): -4116388 or 6041793. OLE color: 6041793.
HSL color Cylindrical-coordinate representation of color #C1305C: hue angle of 341.79º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1305C is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 92 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.24 |
| HSL | 341.79º | 0.6% | 0.47% | - |
| HSV(B) | 341.79º | 0.75% | 0.76% | - |
| XYZ | 24.98 | 14.22 | 11.55 | - |
| YUV | 96.37 | 125.54 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 92 | 0 | 0.75 | 0.52 | 0.24 | 341.79 | 0.6 | 0.47 |
| Hex | C1 | 30 | 5C | 0 | 4B | 34 | 18 | 156 | 3C | 2F |
| Octal | 301 | 60 | 134 | 0 | 113 | 64 | 30 | 526 | 74 | 57 |
| Binary | 11000001 | 110000 | 1011100 | 0 | 1001011 | 110100 | 11000 | 101010110 | 111100 | 101111 |
Color Harmonies of #C1305C
Complementary color
Monochromatic Colors of #C1305C
Black with #C1305C
Text Example
Text Example
White with #C1305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1305C; }
p { color: rgb(193,48,92); }
H1.HeaderClassName
{
color: #C1305C;
}
.AnyTagClassName
{
color: #C1305C;
}
</style>
background-color css
<style>
a { background-color: #C1305C; }
a { background-color: rgb(193,48,92); }
div.DivClassName
{
background-color: #C1305C;
}
.BgClassName
{
background-color: #C1305C;
}
</style>
border-color css
<style>
span { border-color: #C1305C; }
span { border-color: rgb(193,48,92); }
td.TdClassName
{
border-color: #C1305C;
}
.TagClassName
{
border-color: #C1305C;
}
</style>