Shades of Old Rose #C2275B
Tints of Old Rose #C2275B
RGB
CMYK
RGB Variations
Color information
#C2275B (or 0xC2275B) is known color: Old Rose. HEX triplet: C2, 27 and 5B. RGB value is (194,39,91). Sum of RGB (Red+Green+Blue) = 194+39+91=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2275B is #3DD8A4. Grayscale: #5B5B5B. Windows color (decimal): -4053157 or 5973954. OLE color: 5973954.
HSL color Cylindrical-coordinate representation of color #C2275B: hue angle of 339.87º 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 #C2275B is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 91 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.24 |
| HSL | 339.87º | 0.67% | 0.46% | - |
| HSV(B) | 339.87º | 0.8% | 0.76% | - |
| XYZ | 24.86 | 13.68 | 11.23 | - |
| YUV | 91.27 | 127.85 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 91 | 0 | 0.80 | 0.53 | 0.24 | 339.87 | 0.67 | 0.46 |
| Hex | C2 | 27 | 5B | 0 | 50 | 35 | 18 | 154 | 43 | 2E |
| Octal | 302 | 47 | 133 | 0 | 120 | 65 | 30 | 524 | 103 | 56 |
| Binary | 11000010 | 100111 | 1011011 | 0 | 1010000 | 110101 | 11000 | 101010100 | 1000011 | 101110 |
Color Harmonies of #C2275B
Complementary color
Monochromatic Colors of #C2275B
Black with #C2275B
Text Example
Text Example
White with #C2275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2275B; }
p { color: rgb(194,39,91); }
H1.HeaderClassName
{
color: #C2275B;
}
.AnyTagClassName
{
color: #C2275B;
}
</style>
background-color css
<style>
a { background-color: #C2275B; }
a { background-color: rgb(194,39,91); }
div.DivClassName
{
background-color: #C2275B;
}
.BgClassName
{
background-color: #C2275B;
}
</style>
border-color css
<style>
span { border-color: #C2275B; }
span { border-color: rgb(194,39,91); }
td.TdClassName
{
border-color: #C2275B;
}
.TagClassName
{
border-color: #C2275B;
}
</style>