Shades of Cherry Pie #3C3255
Tints of Cherry Pie #3C3255
RGB
CMYK
RGB Variations
Color information
#3C3255 (or 0x3C3255) is known color: Cherry Pie. HEX triplet: 3C, 32 and 55. RGB value is (60,50,85). Sum of RGB (Red+Green+Blue) = 60+50+85=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C3255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3255 is #C3CDAA. Grayscale: #383838. Windows color (decimal): -12832171 or 5583420. OLE color: 5583420.
HSL color Cylindrical-coordinate representation of color #3C3255: hue angle of 257.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C3255 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 50 | 85 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.67 |
| HSL | 257.14º | 0.26% | 0.26% | - |
| HSV(B) | 257.14º | 0.41% | 0.33% | - |
| XYZ | 4.64 | 3.9 | 9.1 | - |
| YUV | 56.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 85 | 0.29 | 0.41 | 0 | 0.67 | 257.14 | 0.26 | 0.26 |
| Hex | 3C | 32 | 55 | 1D | 29 | 0 | 43 | 101 | 1A | 1A |
| Octal | 74 | 62 | 125 | 35 | 51 | 0 | 103 | 401 | 32 | 32 |
| Binary | 111100 | 110010 | 1010101 | 11101 | 101001 | 0 | 1000011 | 100000001 | 11010 | 11010 |
Color Harmonies of #3C3255
Complementary color
Monochromatic Colors of #3C3255
Black with #3C3255
Text Example
Text Example
White with #3C3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3255; }
p { color: rgb(60,50,85); }
H1.HeaderClassName
{
color: #3C3255;
}
.AnyTagClassName
{
color: #3C3255;
}
</style>
background-color css
<style>
a { background-color: #3C3255; }
a { background-color: rgb(60,50,85); }
div.DivClassName
{
background-color: #3C3255;
}
.BgClassName
{
background-color: #3C3255;
}
</style>
border-color css
<style>
span { border-color: #3C3255; }
span { border-color: rgb(60,50,85); }
td.TdClassName
{
border-color: #3C3255;
}
.TagClassName
{
border-color: #3C3255;
}
</style>