Shades of Old Rose #C2275A
Tints of Old Rose #C2275A
RGB
CMYK
RGB Variations
Color information
#C2275A (or 0xC2275A) is known color: Old Rose. HEX triplet: C2, 27 and 5A. RGB value is (194,39,90). Sum of RGB (Red+Green+Blue) = 194+39+90=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2275A is #3DD8A5. Grayscale: #5B5B5B. Windows color (decimal): -4053158 or 5908418. OLE color: 5908418.
HSL color Cylindrical-coordinate representation of color #C2275A: hue angle of 340.26º 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 #C2275A is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 90 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.24 |
| HSL | 340.26º | 0.67% | 0.46% | - |
| HSV(B) | 340.26º | 0.8% | 0.76% | - |
| XYZ | 24.82 | 13.66 | 11 | - |
| YUV | 91.16 | 127.35 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 90 | 0 | 0.80 | 0.54 | 0.24 | 340.26 | 0.67 | 0.46 |
| Hex | C2 | 27 | 5A | 0 | 50 | 36 | 18 | 154 | 43 | 2E |
| Octal | 302 | 47 | 132 | 0 | 120 | 66 | 30 | 524 | 103 | 56 |
| Binary | 11000010 | 100111 | 1011010 | 0 | 1010000 | 110110 | 11000 | 101010100 | 1000011 | 101110 |
Color Harmonies of #C2275A
Complementary color
Monochromatic Colors of #C2275A
Black with #C2275A
Text Example
Text Example
White with #C2275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2275A; }
p { color: rgb(194,39,90); }
H1.HeaderClassName
{
color: #C2275A;
}
.AnyTagClassName
{
color: #C2275A;
}
</style>
background-color css
<style>
a { background-color: #C2275A; }
a { background-color: rgb(194,39,90); }
div.DivClassName
{
background-color: #C2275A;
}
.BgClassName
{
background-color: #C2275A;
}
</style>
border-color css
<style>
span { border-color: #C2275A; }
span { border-color: rgb(194,39,90); }
td.TdClassName
{
border-color: #C2275A;
}
.TagClassName
{
border-color: #C2275A;
}
</style>