Shades of Cherry Pie #3C3053
Tints of Cherry Pie #3C3053
RGB
CMYK
RGB Variations
Color information
#3C3053 (or 0x3C3053) is known color: Cherry Pie. HEX triplet: 3C, 30 and 53. RGB value is (60,48,83). Sum of RGB (Red+Green+Blue) = 60+48+83=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C3053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3053 is #C3CFAC. Grayscale: #373737. Windows color (decimal): -12832685 or 5451836. OLE color: 5451836.
HSL color Cylindrical-coordinate representation of color #3C3053: hue angle of 260.57º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C3053 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 48 | 83 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.67 |
| HSL | 260.57º | 0.27% | 0.26% | - |
| HSV(B) | 260.57º | 0.42% | 0.33% | - |
| XYZ | 4.48 | 3.7 | 8.66 | - |
| YUV | 55.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 83 | 0.28 | 0.42 | 0 | 0.67 | 260.57 | 0.27 | 0.26 |
| Hex | 3C | 30 | 53 | 1C | 2A | 0 | 43 | 105 | 1B | 1A |
| Octal | 74 | 60 | 123 | 34 | 52 | 0 | 103 | 405 | 33 | 32 |
| Binary | 111100 | 110000 | 1010011 | 11100 | 101010 | 0 | 1000011 | 100000101 | 11011 | 11010 |
Color Harmonies of #3C3053
Complementary color
Monochromatic Colors of #3C3053
Black with #3C3053
Text Example
Text Example
White with #3C3053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3053; }
p { color: rgb(60,48,83); }
H1.HeaderClassName
{
color: #3C3053;
}
.AnyTagClassName
{
color: #3C3053;
}
</style>
background-color css
<style>
a { background-color: #3C3053; }
a { background-color: rgb(60,48,83); }
div.DivClassName
{
background-color: #3C3053;
}
.BgClassName
{
background-color: #3C3053;
}
</style>
border-color css
<style>
span { border-color: #3C3053; }
span { border-color: rgb(60,48,83); }
td.TdClassName
{
border-color: #3C3053;
}
.TagClassName
{
border-color: #3C3053;
}
</style>