Shades of Old Rose #C23853
Tints of Old Rose #C23853
RGB
CMYK
RGB Variations
Color information
#C23853 (or 0xC23853) is known color: Old Rose. HEX triplet: C2, 38 and 53. RGB value is (194,56,83). Sum of RGB (Red+Green+Blue) = 194+56+83=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C23853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23853 is #3DC7AC. Grayscale: #646464. Windows color (decimal): -4048813 or 5454018. OLE color: 5454018.
HSL color Cylindrical-coordinate representation of color #C23853: hue angle of 348.26º 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 #C23853 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 83 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.24 |
| HSL | 348.26º | 0.55% | 0.49% | - |
| HSV(B) | 348.26º | 0.71% | 0.76% | - |
| XYZ | 25.22 | 14.92 | 9.73 | - |
| YUV | 100.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 83 | 0 | 0.71 | 0.57 | 0.24 | 348.26 | 0.55 | 0.49 |
| Hex | C2 | 38 | 53 | 0 | 47 | 39 | 18 | 15C | 37 | 31 |
| Octal | 302 | 70 | 123 | 0 | 107 | 71 | 30 | 534 | 67 | 61 |
| Binary | 11000010 | 111000 | 1010011 | 0 | 1000111 | 111001 | 11000 | 101011100 | 110111 | 110001 |
Color Harmonies of #C23853
Complementary color
Monochromatic Colors of #C23853
Black with #C23853
Text Example
Text Example
White with #C23853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23853; }
p { color: rgb(194,56,83); }
H1.HeaderClassName
{
color: #C23853;
}
.AnyTagClassName
{
color: #C23853;
}
</style>
background-color css
<style>
a { background-color: #C23853; }
a { background-color: rgb(194,56,83); }
div.DivClassName
{
background-color: #C23853;
}
.BgClassName
{
background-color: #C23853;
}
</style>
border-color css
<style>
span { border-color: #C23853; }
span { border-color: rgb(194,56,83); }
td.TdClassName
{
border-color: #C23853;
}
.TagClassName
{
border-color: #C23853;
}
</style>