Shades of Old Rose #C1275F
Tints of Old Rose #C1275F
RGB
CMYK
RGB Variations
Color information
#C1275F (or 0xC1275F) is known color: Old Rose. HEX triplet: C1, 27 and 5F. RGB value is (193,39,95). Sum of RGB (Red+Green+Blue) = 193+39+95=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C1275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1275F is #3ED8A0. Grayscale: #5B5B5B. Windows color (decimal): -4118689 or 6236097. OLE color: 6236097.
HSL color Cylindrical-coordinate representation of color #C1275F: hue angle of 338.18º 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 #C1275F is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 95 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.24 |
| HSL | 338.18º | 0.66% | 0.45% | - |
| HSV(B) | 338.18º | 0.8% | 0.76% | - |
| XYZ | 24.78 | 13.61 | 12.15 | - |
| YUV | 91.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 95 | 0 | 0.80 | 0.51 | 0.24 | 338.18 | 0.66 | 0.45 |
| Hex | C1 | 27 | 5F | 0 | 50 | 33 | 18 | 152 | 42 | 2D |
| Octal | 301 | 47 | 137 | 0 | 120 | 63 | 30 | 522 | 102 | 55 |
| Binary | 11000001 | 100111 | 1011111 | 0 | 1010000 | 110011 | 11000 | 101010010 | 1000010 | 101101 |
Color Harmonies of #C1275F
Complementary color
Monochromatic Colors of #C1275F
Black with #C1275F
Text Example
Text Example
White with #C1275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1275F; }
p { color: rgb(193,39,95); }
H1.HeaderClassName
{
color: #C1275F;
}
.AnyTagClassName
{
color: #C1275F;
}
</style>
background-color css
<style>
a { background-color: #C1275F; }
a { background-color: rgb(193,39,95); }
div.DivClassName
{
background-color: #C1275F;
}
.BgClassName
{
background-color: #C1275F;
}
</style>
border-color css
<style>
span { border-color: #C1275F; }
span { border-color: rgb(193,39,95); }
td.TdClassName
{
border-color: #C1275F;
}
.TagClassName
{
border-color: #C1275F;
}
</style>