Shades of Old Rose #C23F5C
Tints of Old Rose #C23F5C
RGB
CMYK
RGB Variations
Color information
#C23F5C (or 0xC23F5C) is known color: Old Rose. HEX triplet: C2, 3F and 5C. RGB value is (194,63,92). Sum of RGB (Red+Green+Blue) = 194+63+92=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F5C is #3DC0A3. Grayscale: #696969. Windows color (decimal): -4047012 or 6045634. OLE color: 6045634.
HSL color Cylindrical-coordinate representation of color #C23F5C: hue angle of 346.72º 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 #C23F5C is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 92 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.24 |
| HSL | 346.72º | 0.52% | 0.5% | - |
| HSV(B) | 346.72º | 0.68% | 0.76% | - |
| XYZ | 25.96 | 15.8 | 11.81 | - |
| YUV | 105.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 92 | 0 | 0.68 | 0.53 | 0.24 | 346.72 | 0.52 | 0.5 |
| Hex | C2 | 3F | 5C | 0 | 44 | 35 | 18 | 15B | 34 | 32 |
| Octal | 302 | 77 | 134 | 0 | 104 | 65 | 30 | 533 | 64 | 62 |
| Binary | 11000010 | 111111 | 1011100 | 0 | 1000100 | 110101 | 11000 | 101011011 | 110100 | 110010 |
Color Harmonies of #C23F5C
Complementary color
Monochromatic Colors of #C23F5C
Black with #C23F5C
Text Example
Text Example
White with #C23F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F5C; }
p { color: rgb(194,63,92); }
H1.HeaderClassName
{
color: #C23F5C;
}
.AnyTagClassName
{
color: #C23F5C;
}
</style>
background-color css
<style>
a { background-color: #C23F5C; }
a { background-color: rgb(194,63,92); }
div.DivClassName
{
background-color: #C23F5C;
}
.BgClassName
{
background-color: #C23F5C;
}
</style>
border-color css
<style>
span { border-color: #C23F5C; }
span { border-color: rgb(194,63,92); }
td.TdClassName
{
border-color: #C23F5C;
}
.TagClassName
{
border-color: #C23F5C;
}
</style>