Shades of Old Rose #C2275D
Tints of Old Rose #C2275D
RGB
CMYK
RGB Variations
Color information
#C2275D (or 0xC2275D) is known color: Old Rose. HEX triplet: C2, 27 and 5D. RGB value is (194,39,93). Sum of RGB (Red+Green+Blue) = 194+39+93=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2275D is #3DD8A2. Grayscale: #5B5B5B. Windows color (decimal): -4053155 or 6105026. OLE color: 6105026.
HSL color Cylindrical-coordinate representation of color #C2275D: hue angle of 339.1º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2275D is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 93 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.24 |
| HSL | 339.1º | 0.67% | 0.46% | - |
| HSV(B) | 339.1º | 0.8% | 0.76% | - |
| XYZ | 24.95 | 13.71 | 11.69 | - |
| YUV | 91.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 93 | 0 | 0.80 | 0.52 | 0.24 | 339.1 | 0.67 | 0.46 |
| Hex | C2 | 27 | 5D | 0 | 50 | 34 | 18 | 153 | 43 | 2E |
| Octal | 302 | 47 | 135 | 0 | 120 | 64 | 30 | 523 | 103 | 56 |
| Binary | 11000010 | 100111 | 1011101 | 0 | 1010000 | 110100 | 11000 | 101010011 | 1000011 | 101110 |
Color Harmonies of #C2275D
Complementary color
Monochromatic Colors of #C2275D
Black with #C2275D
Text Example
Text Example
White with #C2275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2275D; }
p { color: rgb(194,39,93); }
H1.HeaderClassName
{
color: #C2275D;
}
.AnyTagClassName
{
color: #C2275D;
}
</style>
background-color css
<style>
a { background-color: #C2275D; }
a { background-color: rgb(194,39,93); }
div.DivClassName
{
background-color: #C2275D;
}
.BgClassName
{
background-color: #C2275D;
}
</style>
border-color css
<style>
span { border-color: #C2275D; }
span { border-color: rgb(194,39,93); }
td.TdClassName
{
border-color: #C2275D;
}
.TagClassName
{
border-color: #C2275D;
}
</style>