Shades of Old Rose #C23E5B
Tints of Old Rose #C23E5B
RGB
CMYK
RGB Variations
Color information
#C23E5B (or 0xC23E5B) is known color: Old Rose. HEX triplet: C2, 3E and 5B. RGB value is (194,62,91). Sum of RGB (Red+Green+Blue) = 194+62+91=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E5B is #3DC1A4. Grayscale: #686868. Windows color (decimal): -4047269 or 5979842. OLE color: 5979842.
HSL color Cylindrical-coordinate representation of color #C23E5B: hue angle of 346.82º 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 #C23E5B is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 91 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.24 |
| HSL | 346.82º | 0.52% | 0.5% | - |
| HSV(B) | 346.82º | 0.68% | 0.76% | - |
| XYZ | 25.86 | 15.67 | 11.56 | - |
| YUV | 104.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 91 | 0 | 0.68 | 0.53 | 0.24 | 346.82 | 0.52 | 0.5 |
| Hex | C2 | 3E | 5B | 0 | 44 | 35 | 18 | 15B | 34 | 32 |
| Octal | 302 | 76 | 133 | 0 | 104 | 65 | 30 | 533 | 64 | 62 |
| Binary | 11000010 | 111110 | 1011011 | 0 | 1000100 | 110101 | 11000 | 101011011 | 110100 | 110010 |
Color Harmonies of #C23E5B
Complementary color
Monochromatic Colors of #C23E5B
Black with #C23E5B
Text Example
Text Example
White with #C23E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E5B; }
p { color: rgb(194,62,91); }
H1.HeaderClassName
{
color: #C23E5B;
}
.AnyTagClassName
{
color: #C23E5B;
}
</style>
background-color css
<style>
a { background-color: #C23E5B; }
a { background-color: rgb(194,62,91); }
div.DivClassName
{
background-color: #C23E5B;
}
.BgClassName
{
background-color: #C23E5B;
}
</style>
border-color css
<style>
span { border-color: #C23E5B; }
span { border-color: rgb(194,62,91); }
td.TdClassName
{
border-color: #C23E5B;
}
.TagClassName
{
border-color: #C23E5B;
}
</style>