Shades of Old Rose #C23354
Tints of Old Rose #C23354
RGB
CMYK
RGB Variations
Color information
#C23354 (or 0xC23354) is known color: Old Rose. HEX triplet: C2, 33 and 54. RGB value is (194,51,84). Sum of RGB (Red+Green+Blue) = 194+51+84=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C23354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23354 is #3DCCAB. Grayscale: #616161. Windows color (decimal): -4050092 or 5518274. OLE color: 5518274.
HSL color Cylindrical-coordinate representation of color #C23354: hue angle of 346.15º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23354 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 84 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.24 |
| HSL | 346.15º | 0.58% | 0.48% | - |
| HSV(B) | 346.15º | 0.74% | 0.76% | - |
| XYZ | 25.03 | 14.48 | 9.86 | - |
| YUV | 97.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 84 | 0 | 0.74 | 0.57 | 0.24 | 346.15 | 0.58 | 0.48 |
| Hex | C2 | 33 | 54 | 0 | 4A | 39 | 18 | 15A | 3A | 30 |
| Octal | 302 | 63 | 124 | 0 | 112 | 71 | 30 | 532 | 72 | 60 |
| Binary | 11000010 | 110011 | 1010100 | 0 | 1001010 | 111001 | 11000 | 101011010 | 111010 | 110000 |
Color Harmonies of #C23354
Complementary color
Monochromatic Colors of #C23354
Black with #C23354
Text Example
Text Example
White with #C23354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23354; }
p { color: rgb(194,51,84); }
H1.HeaderClassName
{
color: #C23354;
}
.AnyTagClassName
{
color: #C23354;
}
</style>
background-color css
<style>
a { background-color: #C23354; }
a { background-color: rgb(194,51,84); }
div.DivClassName
{
background-color: #C23354;
}
.BgClassName
{
background-color: #C23354;
}
</style>
border-color css
<style>
span { border-color: #C23354; }
span { border-color: rgb(194,51,84); }
td.TdClassName
{
border-color: #C23354;
}
.TagClassName
{
border-color: #C23354;
}
</style>