Shades of Old Rose #C2395A
Tints of Old Rose #C2395A
RGB
CMYK
RGB Variations
Color information
#C2395A (or 0xC2395A) is known color: Old Rose. HEX triplet: C2, 39 and 5A. RGB value is (194,57,90). Sum of RGB (Red+Green+Blue) = 194+57+90=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2395A is #3DC6A5. Grayscale: #656565. Windows color (decimal): -4048550 or 5913026. OLE color: 5913026.
HSL color Cylindrical-coordinate representation of color #C2395A: hue angle of 345.55º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2395A is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 90 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.24 |
| HSL | 345.55º | 0.55% | 0.49% | - |
| HSV(B) | 345.55º | 0.71% | 0.76% | - |
| XYZ | 25.56 | 15.13 | 11.25 | - |
| YUV | 101.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 90 | 0 | 0.71 | 0.54 | 0.24 | 345.55 | 0.55 | 0.49 |
| Hex | C2 | 39 | 5A | 0 | 47 | 36 | 18 | 15A | 37 | 31 |
| Octal | 302 | 71 | 132 | 0 | 107 | 66 | 30 | 532 | 67 | 61 |
| Binary | 11000010 | 111001 | 1011010 | 0 | 1000111 | 110110 | 11000 | 101011010 | 110111 | 110001 |
Color Harmonies of #C2395A
Complementary color
Monochromatic Colors of #C2395A
Black with #C2395A
Text Example
Text Example
White with #C2395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2395A; }
p { color: rgb(194,57,90); }
H1.HeaderClassName
{
color: #C2395A;
}
.AnyTagClassName
{
color: #C2395A;
}
</style>
background-color css
<style>
a { background-color: #C2395A; }
a { background-color: rgb(194,57,90); }
div.DivClassName
{
background-color: #C2395A;
}
.BgClassName
{
background-color: #C2395A;
}
</style>
border-color css
<style>
span { border-color: #C2395A; }
span { border-color: rgb(194,57,90); }
td.TdClassName
{
border-color: #C2395A;
}
.TagClassName
{
border-color: #C2395A;
}
</style>