Shades of Old Rose #C1275D
Tints of Old Rose #C1275D
RGB
CMYK
RGB Variations
Color information
#C1275D (or 0xC1275D) is known color: Old Rose. HEX triplet: C1, 27 and 5D. RGB value is (193,39,93). Sum of RGB (Red+Green+Blue) = 193+39+93=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1275D is #3ED8A2. Grayscale: #5B5B5B. Windows color (decimal): -4118691 or 6105025. OLE color: 6105025.
HSL color Cylindrical-coordinate representation of color #C1275D: hue angle of 338.96º 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 #C1275D is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 93 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.24 |
| HSL | 338.96º | 0.66% | 0.45% | - |
| HSV(B) | 338.96º | 0.8% | 0.76% | - |
| XYZ | 24.69 | 13.58 | 11.68 | - |
| YUV | 91.2 | 129.02 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 93 | 0 | 0.80 | 0.52 | 0.24 | 338.96 | 0.66 | 0.45 |
| Hex | C1 | 27 | 5D | 0 | 50 | 34 | 18 | 153 | 42 | 2D |
| Octal | 301 | 47 | 135 | 0 | 120 | 64 | 30 | 523 | 102 | 55 |
| Binary | 11000001 | 100111 | 1011101 | 0 | 1010000 | 110100 | 11000 | 101010011 | 1000010 | 101101 |
Color Harmonies of #C1275D
Complementary color
Monochromatic Colors of #C1275D
Black with #C1275D
Text Example
Text Example
White with #C1275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1275D; }
p { color: rgb(193,39,93); }
H1.HeaderClassName
{
color: #C1275D;
}
.AnyTagClassName
{
color: #C1275D;
}
</style>
background-color css
<style>
a { background-color: #C1275D; }
a { background-color: rgb(193,39,93); }
div.DivClassName
{
background-color: #C1275D;
}
.BgClassName
{
background-color: #C1275D;
}
</style>
border-color css
<style>
span { border-color: #C1275D; }
span { border-color: rgb(193,39,93); }
td.TdClassName
{
border-color: #C1275D;
}
.TagClassName
{
border-color: #C1275D;
}
</style>