Shades of Old Rose #C23F54
Tints of Old Rose #C23F54
RGB
CMYK
RGB Variations
Color information
#C23F54 (or 0xC23F54) is known color: Old Rose. HEX triplet: C2, 3F and 54. RGB value is (194,63,84). Sum of RGB (Red+Green+Blue) = 194+63+84=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F54 is #3DC0AB. Grayscale: #686868. Windows color (decimal): -4047020 or 5521346. OLE color: 5521346.
HSL color Cylindrical-coordinate representation of color #C23F54: hue angle of 350.38º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23F54 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 84 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.24 |
| HSL | 350.38º | 0.52% | 0.5% | - |
| HSV(B) | 350.38º | 0.68% | 0.76% | - |
| XYZ | 25.63 | 15.66 | 10.06 | - |
| YUV | 104.56 | 116.4 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 84 | 0 | 0.68 | 0.57 | 0.24 | 350.38 | 0.52 | 0.5 |
| Hex | C2 | 3F | 54 | 0 | 44 | 39 | 18 | 15E | 34 | 32 |
| Octal | 302 | 77 | 124 | 0 | 104 | 71 | 30 | 536 | 64 | 62 |
| Binary | 11000010 | 111111 | 1010100 | 0 | 1000100 | 111001 | 11000 | 101011110 | 110100 | 110010 |
Color Harmonies of #C23F54
Complementary color
Monochromatic Colors of #C23F54
Black with #C23F54
Text Example
Text Example
White with #C23F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F54; }
p { color: rgb(194,63,84); }
H1.HeaderClassName
{
color: #C23F54;
}
.AnyTagClassName
{
color: #C23F54;
}
</style>
background-color css
<style>
a { background-color: #C23F54; }
a { background-color: rgb(194,63,84); }
div.DivClassName
{
background-color: #C23F54;
}
.BgClassName
{
background-color: #C23F54;
}
</style>
border-color css
<style>
span { border-color: #C23F54; }
span { border-color: rgb(194,63,84); }
td.TdClassName
{
border-color: #C23F54;
}
.TagClassName
{
border-color: #C23F54;
}
</style>