Shades of Old Rose #C23C5F
Tints of Old Rose #C23C5F
RGB
CMYK
RGB Variations
Color information
#C23C5F (or 0xC23C5F) is known color: Old Rose. HEX triplet: C2, 3C and 5F. RGB value is (194,60,95). Sum of RGB (Red+Green+Blue) = 194+60+95=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C5F is #3DC3A0. Grayscale: #686868. Windows color (decimal): -4047777 or 6241474. OLE color: 6241474.
HSL color Cylindrical-coordinate representation of color #C23C5F: hue angle of 344.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C5F is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 95 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.24 |
| HSL | 344.33º | 0.53% | 0.5% | - |
| HSV(B) | 344.33º | 0.69% | 0.76% | - |
| XYZ | 25.93 | 15.53 | 12.46 | - |
| YUV | 104.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 95 | 0 | 0.69 | 0.51 | 0.24 | 344.33 | 0.53 | 0.5 |
| Hex | C2 | 3C | 5F | 0 | 45 | 33 | 18 | 158 | 35 | 32 |
| Octal | 302 | 74 | 137 | 0 | 105 | 63 | 30 | 530 | 65 | 62 |
| Binary | 11000010 | 111100 | 1011111 | 0 | 1000101 | 110011 | 11000 | 101011000 | 110101 | 110010 |
Color Harmonies of #C23C5F
Complementary color
Monochromatic Colors of #C23C5F
Black with #C23C5F
Text Example
Text Example
White with #C23C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C5F; }
p { color: rgb(194,60,95); }
H1.HeaderClassName
{
color: #C23C5F;
}
.AnyTagClassName
{
color: #C23C5F;
}
</style>
background-color css
<style>
a { background-color: #C23C5F; }
a { background-color: rgb(194,60,95); }
div.DivClassName
{
background-color: #C23C5F;
}
.BgClassName
{
background-color: #C23C5F;
}
</style>
border-color css
<style>
span { border-color: #C23C5F; }
span { border-color: rgb(194,60,95); }
td.TdClassName
{
border-color: #C23C5F;
}
.TagClassName
{
border-color: #C23C5F;
}
</style>