Shades of Old Rose #C23952
Tints of Old Rose #C23952
RGB
CMYK
RGB Variations
Color information
#C23952 (or 0xC23952) is known color: Old Rose. HEX triplet: C2, 39 and 52. RGB value is (194,57,82). Sum of RGB (Red+Green+Blue) = 194+57+82=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C23952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23952 is #3DC6AD. Grayscale: #646464. Windows color (decimal): -4048558 or 5388738. OLE color: 5388738.
HSL color Cylindrical-coordinate representation of color #C23952: hue angle of 349.05º 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 #C23952 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 82 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.24 |
| HSL | 349.05º | 0.55% | 0.49% | - |
| HSV(B) | 349.05º | 0.71% | 0.76% | - |
| XYZ | 25.23 | 15 | 9.55 | - |
| YUV | 100.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 82 | 0 | 0.71 | 0.58 | 0.24 | 349.05 | 0.55 | 0.49 |
| Hex | C2 | 39 | 52 | 0 | 47 | 3A | 18 | 15D | 37 | 31 |
| Octal | 302 | 71 | 122 | 0 | 107 | 72 | 30 | 535 | 67 | 61 |
| Binary | 11000010 | 111001 | 1010010 | 0 | 1000111 | 111010 | 11000 | 101011101 | 110111 | 110001 |
Color Harmonies of #C23952
Complementary color
Monochromatic Colors of #C23952
Black with #C23952
Text Example
Text Example
White with #C23952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23952; }
p { color: rgb(194,57,82); }
H1.HeaderClassName
{
color: #C23952;
}
.AnyTagClassName
{
color: #C23952;
}
</style>
background-color css
<style>
a { background-color: #C23952; }
a { background-color: rgb(194,57,82); }
div.DivClassName
{
background-color: #C23952;
}
.BgClassName
{
background-color: #C23952;
}
</style>
border-color css
<style>
span { border-color: #C23952; }
span { border-color: rgb(194,57,82); }
td.TdClassName
{
border-color: #C23952;
}
.TagClassName
{
border-color: #C23952;
}
</style>