Shades of Old Rose #C23562
Tints of Old Rose #C23562
RGB
CMYK
RGB Variations
Color information
#C23562 (or 0xC23562) is known color: Old Rose. HEX triplet: C2, 35 and 62. RGB value is (194,53,98). Sum of RGB (Red+Green+Blue) = 194+53+98=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C23562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23562 is #3DCA9D. Grayscale: #646464. Windows color (decimal): -4049566 or 6436290. OLE color: 6436290.
HSL color Cylindrical-coordinate representation of color #C23562: hue angle of 340.85º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23562 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 98 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.24 |
| HSL | 340.85º | 0.57% | 0.48% | - |
| HSV(B) | 340.85º | 0.73% | 0.76% | - |
| XYZ | 25.73 | 14.9 | 13.07 | - |
| YUV | 100.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 98 | 0 | 0.73 | 0.49 | 0.24 | 340.85 | 0.57 | 0.48 |
| Hex | C2 | 35 | 62 | 0 | 49 | 31 | 18 | 155 | 39 | 30 |
| Octal | 302 | 65 | 142 | 0 | 111 | 61 | 30 | 525 | 71 | 60 |
| Binary | 11000010 | 110101 | 1100010 | 0 | 1001001 | 110001 | 11000 | 101010101 | 111001 | 110000 |
Color Harmonies of #C23562
Complementary color
Monochromatic Colors of #C23562
Black with #C23562
Text Example
Text Example
White with #C23562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23562; }
p { color: rgb(194,53,98); }
H1.HeaderClassName
{
color: #C23562;
}
.AnyTagClassName
{
color: #C23562;
}
</style>
background-color css
<style>
a { background-color: #C23562; }
a { background-color: rgb(194,53,98); }
div.DivClassName
{
background-color: #C23562;
}
.BgClassName
{
background-color: #C23562;
}
</style>
border-color css
<style>
span { border-color: #C23562; }
span { border-color: rgb(194,53,98); }
td.TdClassName
{
border-color: #C23562;
}
.TagClassName
{
border-color: #C23562;
}
</style>