Html Css Color HEX #3C2956 Cherry Pie

📋 copy color: '#3C2956'

red 60 ◦ green 41 ◦ blue 86

#3C2956
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #3C2956

Tints of Cherry Pie #3C2956

RGB

 RED value IS 60 (23.83% from 255) = 32.09%

 GREEN value IS 41 (16.41% from 255) = 21.93%

 BLUE value IS 86 (33.98% from 255) = 45.99%

R = 32.09%
G = 21.93%
B = 45.99%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3C2956 (or 0x3C2956) is known color: Cherry Pie. HEX triplet: 3C, 29 and 56. RGB value is (60,41,86). Sum of RGB (Red+Green+Blue) = 60+41+86=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #3C2956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2956 is #C3D6A9. Grayscale: #333333. Windows color (decimal): -12834474 or 5646652. OLE color: 5646652.

HSL color Cylindrical-coordinate representation of color #3C2956: hue angle of 265.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C2956 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 41 86 -
CMYK 0.30 0.52 0 0.66
HSL 265.33º 0.35% 0.25% -
HSV(B) 265.33º 0.52% 0.34% -
XYZ 4.34 3.22 9.2 -
YUV 51.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 60 41 86 0.30 0.52 0 0.66 265.33 0.35 0.25
Hex 3C 29 56 1E 34 0 42 109 23 19
Octal 74 51 126 36 64 0 102 411 43 31
Binary 111100 101001 1010110 11110 110100 0 1000010 100001001 100011 11001

Color Harmonies of #3C2956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2956

Black with #3C2956

Text Example


Text Example

White with #3C2956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C2956; }

 p { color: rgb(60,41,86); }

 H1.HeaderClassName
 {
   color: #3C2956;
 }
 .AnyTagClassName
 {
   color: #3C2956;
 }
</style>

background-color css

<style>
 a { background-color: #3C2956; }

 a { background-color: rgb(60,41,86); }

 div.DivClassName
 {
   background-color: #3C2956;
 }
 .BgClassName
 {
   background-color: #3C2956;
 }
</style>

border-color css

<style>
 span { border-color: #3C2956; }

 span { border-color: rgb(60,41,86); }

 td.TdClassName
 {
   border-color: #3C2956;
 }
 .TagClassName
 {
   border-color: #3C2956;
 }
</style>