Shades of Old Rose #C1275E
Tints of Old Rose #C1275E
RGB
CMYK
RGB Variations
Color information
#C1275E (or 0xC1275E) is known color: Old Rose. HEX triplet: C1, 27 and 5E. RGB value is (193,39,94). Sum of RGB (Red+Green+Blue) = 193+39+94=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1275E is #3ED8A1. Grayscale: #5B5B5B. Windows color (decimal): -4118690 or 6170561. OLE color: 6170561.
HSL color Cylindrical-coordinate representation of color #C1275E: hue angle of 338.57º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1275E is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 94 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.24 |
| HSL | 338.57º | 0.66% | 0.45% | - |
| HSV(B) | 338.57º | 0.8% | 0.76% | - |
| XYZ | 24.74 | 13.6 | 11.91 | - |
| YUV | 91.32 | 129.52 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 94 | 0 | 0.80 | 0.51 | 0.24 | 338.57 | 0.66 | 0.45 |
| Hex | C1 | 27 | 5E | 0 | 50 | 33 | 18 | 153 | 42 | 2D |
| Octal | 301 | 47 | 136 | 0 | 120 | 63 | 30 | 523 | 102 | 55 |
| Binary | 11000001 | 100111 | 1011110 | 0 | 1010000 | 110011 | 11000 | 101010011 | 1000010 | 101101 |
Color Harmonies of #C1275E
Complementary color
Monochromatic Colors of #C1275E
Black with #C1275E
Text Example
Text Example
White with #C1275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1275E; }
p { color: rgb(193,39,94); }
H1.HeaderClassName
{
color: #C1275E;
}
.AnyTagClassName
{
color: #C1275E;
}
</style>
background-color css
<style>
a { background-color: #C1275E; }
a { background-color: rgb(193,39,94); }
div.DivClassName
{
background-color: #C1275E;
}
.BgClassName
{
background-color: #C1275E;
}
</style>
border-color css
<style>
span { border-color: #C1275E; }
span { border-color: rgb(193,39,94); }
td.TdClassName
{
border-color: #C1275E;
}
.TagClassName
{
border-color: #C1275E;
}
</style>