Shades of Old Rose #C2305D
Tints of Old Rose #C2305D
RGB
CMYK
RGB Variations
Color information
#C2305D (or 0xC2305D) is known color: Old Rose. HEX triplet: C2, 30 and 5D. RGB value is (194,48,93). Sum of RGB (Red+Green+Blue) = 194+48+93=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2305D is #3DCFA2. Grayscale: #606060. Windows color (decimal): -4050851 or 6107330. OLE color: 6107330.
HSL color Cylindrical-coordinate representation of color #C2305D: hue angle of 341.51º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2305D is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 93 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.24 |
| HSL | 341.51º | 0.6% | 0.47% | - |
| HSV(B) | 341.51º | 0.75% | 0.76% | - |
| XYZ | 25.28 | 14.37 | 11.8 | - |
| YUV | 96.78 | 125.87 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 93 | 0 | 0.75 | 0.52 | 0.24 | 341.51 | 0.6 | 0.47 |
| Hex | C2 | 30 | 5D | 0 | 4B | 34 | 18 | 156 | 3C | 2F |
| Octal | 302 | 60 | 135 | 0 | 113 | 64 | 30 | 526 | 74 | 57 |
| Binary | 11000010 | 110000 | 1011101 | 0 | 1001011 | 110100 | 11000 | 101010110 | 111100 | 101111 |
Color Harmonies of #C2305D
Complementary color
Monochromatic Colors of #C2305D
Black with #C2305D
Text Example
Text Example
White with #C2305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2305D; }
p { color: rgb(194,48,93); }
H1.HeaderClassName
{
color: #C2305D;
}
.AnyTagClassName
{
color: #C2305D;
}
</style>
background-color css
<style>
a { background-color: #C2305D; }
a { background-color: rgb(194,48,93); }
div.DivClassName
{
background-color: #C2305D;
}
.BgClassName
{
background-color: #C2305D;
}
</style>
border-color css
<style>
span { border-color: #C2305D; }
span { border-color: rgb(194,48,93); }
td.TdClassName
{
border-color: #C2305D;
}
.TagClassName
{
border-color: #C2305D;
}
</style>