Shades of Old Rose #C23D54
Tints of Old Rose #C23D54
RGB
CMYK
RGB Variations
Color information
#C23D54 (or 0xC23D54) is known color: Old Rose. HEX triplet: C2, 3D and 54. RGB value is (194,61,84). Sum of RGB (Red+Green+Blue) = 194+61+84=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D54 is #3DC2AB. Grayscale: #676767. Windows color (decimal): -4047532 or 5520834. OLE color: 5520834.
HSL color Cylindrical-coordinate representation of color #C23D54: hue angle of 349.62º 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 #C23D54 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 84 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.24 |
| HSL | 349.62º | 0.52% | 0.5% | - |
| HSV(B) | 349.62º | 0.69% | 0.76% | - |
| XYZ | 25.52 | 15.45 | 10.02 | - |
| YUV | 103.39 | 117.06 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 84 | 0 | 0.69 | 0.57 | 0.24 | 349.62 | 0.52 | 0.5 |
| Hex | C2 | 3D | 54 | 0 | 45 | 39 | 18 | 15E | 34 | 32 |
| Octal | 302 | 75 | 124 | 0 | 105 | 71 | 30 | 536 | 64 | 62 |
| Binary | 11000010 | 111101 | 1010100 | 0 | 1000101 | 111001 | 11000 | 101011110 | 110100 | 110010 |
Color Harmonies of #C23D54
Complementary color
Monochromatic Colors of #C23D54
Black with #C23D54
Text Example
Text Example
White with #C23D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D54; }
p { color: rgb(194,61,84); }
H1.HeaderClassName
{
color: #C23D54;
}
.AnyTagClassName
{
color: #C23D54;
}
</style>
background-color css
<style>
a { background-color: #C23D54; }
a { background-color: rgb(194,61,84); }
div.DivClassName
{
background-color: #C23D54;
}
.BgClassName
{
background-color: #C23D54;
}
</style>
border-color css
<style>
span { border-color: #C23D54; }
span { border-color: rgb(194,61,84); }
td.TdClassName
{
border-color: #C23D54;
}
.TagClassName
{
border-color: #C23D54;
}
</style>