Shades of Old Rose #C23E5C
Tints of Old Rose #C23E5C
RGB
CMYK
RGB Variations
Color information
#C23E5C (or 0xC23E5C) is known color: Old Rose. HEX triplet: C2, 3E and 5C. RGB value is (194,62,92). Sum of RGB (Red+Green+Blue) = 194+62+92=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E5C is #3DC1A3. Grayscale: #686868. Windows color (decimal): -4047268 or 6045378. OLE color: 6045378.
HSL color Cylindrical-coordinate representation of color #C23E5C: hue angle of 346.36º 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 #C23E5C is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 92 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.24 |
| HSL | 346.36º | 0.52% | 0.5% | - |
| HSV(B) | 346.36º | 0.68% | 0.76% | - |
| XYZ | 25.9 | 15.69 | 11.79 | - |
| YUV | 104.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 92 | 0 | 0.68 | 0.53 | 0.24 | 346.36 | 0.52 | 0.5 |
| Hex | C2 | 3E | 5C | 0 | 44 | 35 | 18 | 15A | 34 | 32 |
| Octal | 302 | 76 | 134 | 0 | 104 | 65 | 30 | 532 | 64 | 62 |
| Binary | 11000010 | 111110 | 1011100 | 0 | 1000100 | 110101 | 11000 | 101011010 | 110100 | 110010 |
Color Harmonies of #C23E5C
Complementary color
Monochromatic Colors of #C23E5C
Black with #C23E5C
Text Example
Text Example
White with #C23E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E5C; }
p { color: rgb(194,62,92); }
H1.HeaderClassName
{
color: #C23E5C;
}
.AnyTagClassName
{
color: #C23E5C;
}
</style>
background-color css
<style>
a { background-color: #C23E5C; }
a { background-color: rgb(194,62,92); }
div.DivClassName
{
background-color: #C23E5C;
}
.BgClassName
{
background-color: #C23E5C;
}
</style>
border-color css
<style>
span { border-color: #C23E5C; }
span { border-color: rgb(194,62,92); }
td.TdClassName
{
border-color: #C23E5C;
}
.TagClassName
{
border-color: #C23E5C;
}
</style>