Shades of Cherry Pie #3C2B57
Tints of Cherry Pie #3C2B57
RGB
CMYK
RGB Variations
Color information
#3C2B57 (or 0x3C2B57) is known color: Cherry Pie. HEX triplet: 3C, 2B and 57. RGB value is (60,43,87). Sum of RGB (Red+Green+Blue) = 60+43+87=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #3C2B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2B57 is #C3D4A8. Grayscale: #343434. Windows color (decimal): -12833961 or 5712700. OLE color: 5712700.
HSL color Cylindrical-coordinate representation of color #3C2B57: hue angle of 263.18º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C2B57 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 43 | 87 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.66 |
| HSL | 263.18º | 0.34% | 0.25% | - |
| HSV(B) | 263.18º | 0.51% | 0.34% | - |
| XYZ | 4.45 | 3.38 | 9.43 | - |
| YUV | 53.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 87 | 0.31 | 0.51 | 0 | 0.66 | 263.18 | 0.34 | 0.25 |
| Hex | 3C | 2B | 57 | 1F | 33 | 0 | 42 | 107 | 22 | 19 |
| Octal | 74 | 53 | 127 | 37 | 63 | 0 | 102 | 407 | 42 | 31 |
| Binary | 111100 | 101011 | 1010111 | 11111 | 110011 | 0 | 1000010 | 100000111 | 100010 | 11001 |
Color Harmonies of #3C2B57
Complementary color
Monochromatic Colors of #3C2B57
Black with #3C2B57
Text Example
Text Example
White with #3C2B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B57; }
p { color: rgb(60,43,87); }
H1.HeaderClassName
{
color: #3C2B57;
}
.AnyTagClassName
{
color: #3C2B57;
}
</style>
background-color css
<style>
a { background-color: #3C2B57; }
a { background-color: rgb(60,43,87); }
div.DivClassName
{
background-color: #3C2B57;
}
.BgClassName
{
background-color: #3C2B57;
}
</style>
border-color css
<style>
span { border-color: #3C2B57; }
span { border-color: rgb(60,43,87); }
td.TdClassName
{
border-color: #3C2B57;
}
.TagClassName
{
border-color: #3C2B57;
}
</style>