@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c3526c hex color - Brown - Warm color - Information

#c3526c hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #c3526c Color code in RGB color code model is created after adding 76.47% red color, 32.16% green color and 42.35% blue color. Hex #c3526c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 45% yellow and 23.53% black.

Hex #c3526c color code is between #bb5566 web safe hex color code and #cc4477 web safe hex color code. #bb5566 is the nearest web safe color code. You can see here many more shades of #c3526c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec3526c#c3526c
RGB Decimal195, 82, 108rgb(195, 82, 108)
RGB Percent76%, 32%, 42%rgb(76%, 32%, 42%)
CSS RGBa195, 82, 108,1rgba(195,82,108,1)
CMYK Modelcmyk(0%,58%,45%,23.53%)
HSL Color Space346,48% ,54%hsl(346,48% ,54%)
HSV Color Space346°, 58%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110101001001101100
Octal303122154
Decimal19582108
Hexc3526c

Different shades of #c3526c color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c3526c
#d0788c
Dark Shade of #c3526c
#a83a53
Saturated Shade of #c3526c
#cf4666
Desaturated Shade of #c3526c
#b75e72
Grey scale Shade of #c3526c
#8a8a8a
Brighten Shade
#dc6b85
Most Readable Shade
#FFFFFF

Shades of #c3526c color code

Generate more color scales with scales (color stack) generator.

#c3526c
#ad4860
#973f54
#823648
#6c2d3c
#562430
#411b24
#2b1218
#15090c
#000000

Similar Color like #c3526c color

Find visually similar hex color codes nearing to #c3526c hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c4536d
#c5546e
#c6556f
#c75670
#c85771
#c95872
#ca5973
#cb5a74
#cc5b75
#cd5c76
#ce5d77
#cf5e78
#d05f79
#d1607a
#c2516b
#c1506a
#c04f69
#bf4e68
#be4d67
#bd4c66
#bc4b65
#bb4a64
#ba4963
#b94862
#b84761
#b74660
#b6455f
#b5445e

Monochromatic Color with #c3526c

#c3526c
#ed6484
#190b0e
#431c25
#6e2e3d
#984054

Tints of #c3526c Color

#c3526c
#c9657c
#d0788c
#d78b9d
#dd9ead
#e4b2bd
#ebc5ce
#f1d8de
#f8ebee
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c3526c
#52c3a9

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c3526c
#52c370
#52a4c3

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#c35299
#c35283
#c3526c
#c35255
#c36552

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c3526c
#6cc352
#526cc3

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c3526c
#a4c352
#52c3a9
#7052c3

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c3526c
#52c3a9
#52a4c3
#c37152

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c3526c Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c3526c Color Code Preview on Black Background Color

This is how #c3526c Color will look on black background color. Color contrast ratio is 4.74

#c3526c in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c3526c">Your Example Paragraph content text in with font color #c3526c </p>

Your Example Paragraph content text in with font color #c3526c

HTML with inline CSS

<div style="color:#c3526c">Your Paragraph text in with font color #c3526c </div>

Your Example Paragraph content text in with font color #c3526c

#c3526c color code is use for CSS Background Color

Background color for the above div is #c3526c

HTML with inline CSS

<div style="background-color:#c3526c;"></div>

#c3526c color code is use for CSS Border Color

CSS Border color for the above div is #c3526c

HTML with inline CSS

<div style="border:5px solid #c3526c;"></div>

CSS Border Left color for the above div is #c3526c

HTML with inline CSS

<div style="border-left:5px solid #c3526c;"></div>

CSS Border Right color for the above div is #c3526c

HTML with inline CSS

<div style="border-right:5px solid #c3526c;"></div>

CSS Border Bottom color for the above div is #c3526c

HTML with inline CSS

<div style="border-bottom:5px solid #c3526c;"></div>

CSS Border Top color for the above div is #c3526c

HTML with inline CSS

<div style="border-top:5px solid #c3526c;"></div>

#c3526c hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c3526c; } .examplecolorclass {color:#c3526c; } .examplebordercolor {border:3px solid #c3526c; }

#c3526c Color code Preview on White Background

This is how #c3526c Color code will look on white background color. Color contrast ratio is 4.43

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c3526c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c3526c; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(195,82,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,195,169,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,82,108,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.