Shades of Old Rose #C23359
Tints of Old Rose #C23359
RGB
CMYK
RGB Variations
Color information
#C23359 (or 0xC23359) is known color: Old Rose. HEX triplet: C2, 33 and 59. RGB value is (194,51,89). Sum of RGB (Red+Green+Blue) = 194+51+89=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C23359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23359 is #3DCCA6. Grayscale: #626262. Windows color (decimal): -4050087 or 5845954. OLE color: 5845954.
HSL color Cylindrical-coordinate representation of color #C23359: hue angle of 344.06º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23359 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 89 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.24 |
| HSL | 344.06º | 0.58% | 0.48% | - |
| HSV(B) | 344.06º | 0.74% | 0.76% | - |
| XYZ | 25.24 | 14.56 | 10.93 | - |
| YUV | 98.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 89 | 0 | 0.74 | 0.54 | 0.24 | 344.06 | 0.58 | 0.48 |
| Hex | C2 | 33 | 59 | 0 | 4A | 36 | 18 | 158 | 3A | 30 |
| Octal | 302 | 63 | 131 | 0 | 112 | 66 | 30 | 530 | 72 | 60 |
| Binary | 11000010 | 110011 | 1011001 | 0 | 1001010 | 110110 | 11000 | 101011000 | 111010 | 110000 |
Color Harmonies of #C23359
Complementary color
Monochromatic Colors of #C23359
Black with #C23359
Text Example
Text Example
White with #C23359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23359; }
p { color: rgb(194,51,89); }
H1.HeaderClassName
{
color: #C23359;
}
.AnyTagClassName
{
color: #C23359;
}
</style>
background-color css
<style>
a { background-color: #C23359; }
a { background-color: rgb(194,51,89); }
div.DivClassName
{
background-color: #C23359;
}
.BgClassName
{
background-color: #C23359;
}
</style>
border-color css
<style>
span { border-color: #C23359; }
span { border-color: rgb(194,51,89); }
td.TdClassName
{
border-color: #C23359;
}
.TagClassName
{
border-color: #C23359;
}
</style>