Shades of Old Rose #C32656
Tints of Old Rose #C32656
RGB
CMYK
RGB Variations
Color information
#C32656 (or 0xC32656) is known color: Old Rose. HEX triplet: C3, 26 and 56. RGB value is (195,38,86). Sum of RGB (Red+Green+Blue) = 195+38+86=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C32656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32656 is #3CD9A9. Grayscale: #5A5A5A. Windows color (decimal): -3987882 or 5646019. OLE color: 5646019.
HSL color Cylindrical-coordinate representation of color #C32656: hue angle of 341.66º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32656 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 86 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.24 |
| HSL | 341.66º | 0.67% | 0.46% | - |
| HSV(B) | 341.66º | 0.81% | 0.76% | - |
| XYZ | 24.88 | 13.66 | 10.13 | - |
| YUV | 90.42 | 125.51 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 86 | 0 | 0.81 | 0.56 | 0.24 | 341.66 | 0.67 | 0.46 |
| Hex | C3 | 26 | 56 | 0 | 51 | 38 | 18 | 156 | 43 | 2E |
| Octal | 303 | 46 | 126 | 0 | 121 | 70 | 30 | 526 | 103 | 56 |
| Binary | 11000011 | 100110 | 1010110 | 0 | 1010001 | 111000 | 11000 | 101010110 | 1000011 | 101110 |
Color Harmonies of #C32656
Complementary color
Monochromatic Colors of #C32656
Black with #C32656
Text Example
Text Example
White with #C32656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32656; }
p { color: rgb(195,38,86); }
H1.HeaderClassName
{
color: #C32656;
}
.AnyTagClassName
{
color: #C32656;
}
</style>
background-color css
<style>
a { background-color: #C32656; }
a { background-color: rgb(195,38,86); }
div.DivClassName
{
background-color: #C32656;
}
.BgClassName
{
background-color: #C32656;
}
</style>
border-color css
<style>
span { border-color: #C32656; }
span { border-color: rgb(195,38,86); }
td.TdClassName
{
border-color: #C32656;
}
.TagClassName
{
border-color: #C32656;
}
</style>