Shades of Old Rose #C23D56
Tints of Old Rose #C23D56
RGB
CMYK
RGB Variations
Color information
#C23D56 (or 0xC23D56) is known color: Old Rose. HEX triplet: C2, 3D and 56. RGB value is (194,61,86). Sum of RGB (Red+Green+Blue) = 194+61+86=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D56 is #3DC2A9. Grayscale: #676767. Windows color (decimal): -4047530 or 5651906. OLE color: 5651906.
HSL color Cylindrical-coordinate representation of color #C23D56: hue angle of 348.72º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23D56 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 86 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.24 |
| HSL | 348.72º | 0.52% | 0.5% | - |
| HSV(B) | 348.72º | 0.69% | 0.76% | - |
| XYZ | 25.6 | 15.48 | 10.44 | - |
| YUV | 103.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 86 | 0 | 0.69 | 0.56 | 0.24 | 348.72 | 0.52 | 0.5 |
| Hex | C2 | 3D | 56 | 0 | 45 | 38 | 18 | 15D | 34 | 32 |
| Octal | 302 | 75 | 126 | 0 | 105 | 70 | 30 | 535 | 64 | 62 |
| Binary | 11000010 | 111101 | 1010110 | 0 | 1000101 | 111000 | 11000 | 101011101 | 110100 | 110010 |
Color Harmonies of #C23D56
Complementary color
Monochromatic Colors of #C23D56
Black with #C23D56
Text Example
Text Example
White with #C23D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D56; }
p { color: rgb(194,61,86); }
H1.HeaderClassName
{
color: #C23D56;
}
.AnyTagClassName
{
color: #C23D56;
}
</style>
background-color css
<style>
a { background-color: #C23D56; }
a { background-color: rgb(194,61,86); }
div.DivClassName
{
background-color: #C23D56;
}
.BgClassName
{
background-color: #C23D56;
}
</style>
border-color css
<style>
span { border-color: #C23D56; }
span { border-color: rgb(194,61,86); }
td.TdClassName
{
border-color: #C23D56;
}
.TagClassName
{
border-color: #C23D56;
}
</style>