Shades of Old Rose #C23850
Tints of Old Rose #C23850
RGB
CMYK
RGB Variations
Color information
#C23850 (or 0xC23850) is known color: Old Rose. HEX triplet: C2, 38 and 50. RGB value is (194,56,80). Sum of RGB (Red+Green+Blue) = 194+56+80=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C23850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23850 is #3DC7AF. Grayscale: #646464. Windows color (decimal): -4048816 or 5257410. OLE color: 5257410.
HSL color Cylindrical-coordinate representation of color #C23850: hue angle of 349.57º 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 #C23850 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 80 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.24 |
| HSL | 349.57º | 0.55% | 0.49% | - |
| HSV(B) | 349.57º | 0.71% | 0.76% | - |
| XYZ | 25.11 | 14.88 | 9.14 | - |
| YUV | 100 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 80 | 0 | 0.71 | 0.59 | 0.24 | 349.57 | 0.55 | 0.49 |
| Hex | C2 | 38 | 50 | 0 | 47 | 3B | 18 | 15E | 37 | 31 |
| Octal | 302 | 70 | 120 | 0 | 107 | 73 | 30 | 536 | 67 | 61 |
| Binary | 11000010 | 111000 | 1010000 | 0 | 1000111 | 111011 | 11000 | 101011110 | 110111 | 110001 |
Color Harmonies of #C23850
Complementary color
Monochromatic Colors of #C23850
Black with #C23850
Text Example
Text Example
White with #C23850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23850; }
p { color: rgb(194,56,80); }
H1.HeaderClassName
{
color: #C23850;
}
.AnyTagClassName
{
color: #C23850;
}
</style>
background-color css
<style>
a { background-color: #C23850; }
a { background-color: rgb(194,56,80); }
div.DivClassName
{
background-color: #C23850;
}
.BgClassName
{
background-color: #C23850;
}
</style>
border-color css
<style>
span { border-color: #C23850; }
span { border-color: rgb(194,56,80); }
td.TdClassName
{
border-color: #C23850;
}
.TagClassName
{
border-color: #C23850;
}
</style>