Shades of Old Rose #C2265C
Tints of Old Rose #C2265C
RGB
CMYK
RGB Variations
Color information
#C2265C (or 0xC2265C) is known color: Old Rose. HEX triplet: C2, 26 and 5C. RGB value is (194,38,92). Sum of RGB (Red+Green+Blue) = 194+38+92=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2265C is #3DD9A3. Grayscale: #5A5A5A. Windows color (decimal): -4053412 or 6039234. OLE color: 6039234.
HSL color Cylindrical-coordinate representation of color #C2265C: hue angle of 339.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2265C is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 92 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.24 |
| HSL | 339.23º | 0.67% | 0.45% | - |
| HSV(B) | 339.23º | 0.8% | 0.76% | - |
| XYZ | 24.87 | 13.63 | 11.44 | - |
| YUV | 90.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 92 | 0 | 0.80 | 0.53 | 0.24 | 339.23 | 0.67 | 0.45 |
| Hex | C2 | 26 | 5C | 0 | 50 | 35 | 18 | 153 | 43 | 2D |
| Octal | 302 | 46 | 134 | 0 | 120 | 65 | 30 | 523 | 103 | 55 |
| Binary | 11000010 | 100110 | 1011100 | 0 | 1010000 | 110101 | 11000 | 101010011 | 1000011 | 101101 |
Color Harmonies of #C2265C
Complementary color
Monochromatic Colors of #C2265C
Black with #C2265C
Text Example
Text Example
White with #C2265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2265C; }
p { color: rgb(194,38,92); }
H1.HeaderClassName
{
color: #C2265C;
}
.AnyTagClassName
{
color: #C2265C;
}
</style>
background-color css
<style>
a { background-color: #C2265C; }
a { background-color: rgb(194,38,92); }
div.DivClassName
{
background-color: #C2265C;
}
.BgClassName
{
background-color: #C2265C;
}
</style>
border-color css
<style>
span { border-color: #C2265C; }
span { border-color: rgb(194,38,92); }
td.TdClassName
{
border-color: #C2265C;
}
.TagClassName
{
border-color: #C2265C;
}
</style>