Shades of Old Rose #C23856
Tints of Old Rose #C23856
RGB
CMYK
RGB Variations
Color information
#C23856 (or 0xC23856) is known color: Old Rose. HEX triplet: C2, 38 and 56. RGB value is (194,56,86). Sum of RGB (Red+Green+Blue) = 194+56+86=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C23856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23856 is #3DC7A9. Grayscale: #646464. Windows color (decimal): -4048810 or 5650626. OLE color: 5650626.
HSL color Cylindrical-coordinate representation of color #C23856: hue angle of 346.96º 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 #C23856 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 86 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.24 |
| HSL | 346.96º | 0.55% | 0.49% | - |
| HSV(B) | 346.96º | 0.71% | 0.76% | - |
| XYZ | 25.34 | 14.97 | 10.36 | - |
| YUV | 100.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 86 | 0 | 0.71 | 0.56 | 0.24 | 346.96 | 0.55 | 0.49 |
| Hex | C2 | 38 | 56 | 0 | 47 | 38 | 18 | 15B | 37 | 31 |
| Octal | 302 | 70 | 126 | 0 | 107 | 70 | 30 | 533 | 67 | 61 |
| Binary | 11000010 | 111000 | 1010110 | 0 | 1000111 | 111000 | 11000 | 101011011 | 110111 | 110001 |
Color Harmonies of #C23856
Complementary color
Monochromatic Colors of #C23856
Black with #C23856
Text Example
Text Example
White with #C23856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23856; }
p { color: rgb(194,56,86); }
H1.HeaderClassName
{
color: #C23856;
}
.AnyTagClassName
{
color: #C23856;
}
</style>
background-color css
<style>
a { background-color: #C23856; }
a { background-color: rgb(194,56,86); }
div.DivClassName
{
background-color: #C23856;
}
.BgClassName
{
background-color: #C23856;
}
</style>
border-color css
<style>
span { border-color: #C23856; }
span { border-color: rgb(194,56,86); }
td.TdClassName
{
border-color: #C23856;
}
.TagClassName
{
border-color: #C23856;
}
</style>