Shades of Old Rose #C23254
Tints of Old Rose #C23254
RGB
CMYK
RGB Variations
Color information
#C23254 (or 0xC23254) is known color: Old Rose. HEX triplet: C2, 32 and 54. RGB value is (194,50,84). Sum of RGB (Red+Green+Blue) = 194+50+84=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C23254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23254 is #3DCDAB. Grayscale: #606060. Windows color (decimal): -4050348 or 5518018. OLE color: 5518018.
HSL color Cylindrical-coordinate representation of color #C23254: hue angle of 345.83º degrees, saturation: 0.59, 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 #C23254 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 84 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.24 |
| HSL | 345.83º | 0.59% | 0.48% | - |
| HSV(B) | 345.83º | 0.74% | 0.76% | - |
| XYZ | 24.99 | 14.39 | 9.85 | - |
| YUV | 96.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 84 | 0 | 0.74 | 0.57 | 0.24 | 345.83 | 0.59 | 0.48 |
| Hex | C2 | 32 | 54 | 0 | 4A | 39 | 18 | 15A | 3B | 30 |
| Octal | 302 | 62 | 124 | 0 | 112 | 71 | 30 | 532 | 73 | 60 |
| Binary | 11000010 | 110010 | 1010100 | 0 | 1001010 | 111001 | 11000 | 101011010 | 111011 | 110000 |
Color Harmonies of #C23254
Complementary color
Monochromatic Colors of #C23254
Black with #C23254
Text Example
Text Example
White with #C23254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23254; }
p { color: rgb(194,50,84); }
H1.HeaderClassName
{
color: #C23254;
}
.AnyTagClassName
{
color: #C23254;
}
</style>
background-color css
<style>
a { background-color: #C23254; }
a { background-color: rgb(194,50,84); }
div.DivClassName
{
background-color: #C23254;
}
.BgClassName
{
background-color: #C23254;
}
</style>
border-color css
<style>
span { border-color: #C23254; }
span { border-color: rgb(194,50,84); }
td.TdClassName
{
border-color: #C23254;
}
.TagClassName
{
border-color: #C23254;
}
</style>