Shades of Old Rose #C2285C
Tints of Old Rose #C2285C
RGB
CMYK
RGB Variations
Color information
#C2285C (or 0xC2285C) is known color: Old Rose. HEX triplet: C2, 28 and 5C. RGB value is (194,40,92). Sum of RGB (Red+Green+Blue) = 194+40+92=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2285C is #3DD7A3. Grayscale: #5B5B5B. Windows color (decimal): -4052900 or 6039746. OLE color: 6039746.
HSL color Cylindrical-coordinate representation of color #C2285C: hue angle of 339.74º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2285C is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 92 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.24 |
| HSL | 339.74º | 0.66% | 0.46% | - |
| HSV(B) | 339.74º | 0.79% | 0.76% | - |
| XYZ | 24.94 | 13.76 | 11.47 | - |
| YUV | 91.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 92 | 0 | 0.79 | 0.53 | 0.24 | 339.74 | 0.66 | 0.46 |
| Hex | C2 | 28 | 5C | 0 | 4F | 35 | 18 | 154 | 42 | 2E |
| Octal | 302 | 50 | 134 | 0 | 117 | 65 | 30 | 524 | 102 | 56 |
| Binary | 11000010 | 101000 | 1011100 | 0 | 1001111 | 110101 | 11000 | 101010100 | 1000010 | 101110 |
Color Harmonies of #C2285C
Complementary color
Monochromatic Colors of #C2285C
Black with #C2285C
Text Example
Text Example
White with #C2285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2285C; }
p { color: rgb(194,40,92); }
H1.HeaderClassName
{
color: #C2285C;
}
.AnyTagClassName
{
color: #C2285C;
}
</style>
background-color css
<style>
a { background-color: #C2285C; }
a { background-color: rgb(194,40,92); }
div.DivClassName
{
background-color: #C2285C;
}
.BgClassName
{
background-color: #C2285C;
}
</style>
border-color css
<style>
span { border-color: #C2285C; }
span { border-color: rgb(194,40,92); }
td.TdClassName
{
border-color: #C2285C;
}
.TagClassName
{
border-color: #C2285C;
}
</style>