Shades of Cherry Pie #3C3055
Tints of Cherry Pie #3C3055
RGB
CMYK
RGB Variations
Color information
#3C3055 (or 0x3C3055) is known color: Cherry Pie. HEX triplet: 3C, 30 and 55. RGB value is (60,48,85). Sum of RGB (Red+Green+Blue) = 60+48+85=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C3055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3055 is #C3CFAA. Grayscale: #373737. Windows color (decimal): -12832683 or 5582908. OLE color: 5582908.
HSL color Cylindrical-coordinate representation of color #3C3055: hue angle of 259.46º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C3055 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 48 | 85 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.67 |
| HSL | 259.46º | 0.28% | 0.26% | - |
| HSV(B) | 259.46º | 0.44% | 0.33% | - |
| XYZ | 4.56 | 3.73 | 9.07 | - |
| YUV | 55.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 85 | 0.29 | 0.44 | 0 | 0.67 | 259.46 | 0.28 | 0.26 |
| Hex | 3C | 30 | 55 | 1D | 2C | 0 | 43 | 103 | 1C | 1A |
| Octal | 74 | 60 | 125 | 35 | 54 | 0 | 103 | 403 | 34 | 32 |
| Binary | 111100 | 110000 | 1010101 | 11101 | 101100 | 0 | 1000011 | 100000011 | 11100 | 11010 |
Color Harmonies of #3C3055
Complementary color
Monochromatic Colors of #3C3055
Black with #3C3055
Text Example
Text Example
White with #3C3055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3055; }
p { color: rgb(60,48,85); }
H1.HeaderClassName
{
color: #3C3055;
}
.AnyTagClassName
{
color: #3C3055;
}
</style>
background-color css
<style>
a { background-color: #3C3055; }
a { background-color: rgb(60,48,85); }
div.DivClassName
{
background-color: #3C3055;
}
.BgClassName
{
background-color: #3C3055;
}
</style>
border-color css
<style>
span { border-color: #3C3055; }
span { border-color: rgb(60,48,85); }
td.TdClassName
{
border-color: #3C3055;
}
.TagClassName
{
border-color: #3C3055;
}
</style>