Shades of Old Rose #C23960
Tints of Old Rose #C23960
RGB
CMYK
RGB Variations
Color information
#C23960 (or 0xC23960) is known color: Old Rose. HEX triplet: C2, 39 and 60. RGB value is (194,57,96). Sum of RGB (Red+Green+Blue) = 194+57+96=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C23960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23960 is #3DC69F. Grayscale: #666666. Windows color (decimal): -4048544 or 6306242. OLE color: 6306242.
HSL color Cylindrical-coordinate representation of color #C23960: hue angle of 342.92º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23960 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 96 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.24 |
| HSL | 342.92º | 0.55% | 0.49% | - |
| HSV(B) | 342.92º | 0.71% | 0.76% | - |
| XYZ | 25.82 | 15.24 | 12.65 | - |
| YUV | 102.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 96 | 0 | 0.71 | 0.51 | 0.24 | 342.92 | 0.55 | 0.49 |
| Hex | C2 | 39 | 60 | 0 | 47 | 33 | 18 | 157 | 37 | 31 |
| Octal | 302 | 71 | 140 | 0 | 107 | 63 | 30 | 527 | 67 | 61 |
| Binary | 11000010 | 111001 | 1100000 | 0 | 1000111 | 110011 | 11000 | 101010111 | 110111 | 110001 |
Color Harmonies of #C23960
Complementary color
Monochromatic Colors of #C23960
Black with #C23960
Text Example
Text Example
White with #C23960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23960; }
p { color: rgb(194,57,96); }
H1.HeaderClassName
{
color: #C23960;
}
.AnyTagClassName
{
color: #C23960;
}
</style>
background-color css
<style>
a { background-color: #C23960; }
a { background-color: rgb(194,57,96); }
div.DivClassName
{
background-color: #C23960;
}
.BgClassName
{
background-color: #C23960;
}
</style>
border-color css
<style>
span { border-color: #C23960; }
span { border-color: rgb(194,57,96); }
td.TdClassName
{
border-color: #C23960;
}
.TagClassName
{
border-color: #C23960;
}
</style>