crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c2888c hex color - Red - Warm color - Information

#c2888c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c2888c Color code in RGB color code model is created after adding 76.08% red color, 53.33% green color and 54.9% blue color. Hex #c2888c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 28% yellow and 24% black.

Hex #c2888c color code is between #bb7788 web safe hex color code and #cc9999 web safe hex color code. #bb7788 is the nearest web safe color code. You can see here many more shades of #c2888c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec2888c#c2888c
RGB Decimal194, 136, 140rgb(194, 136, 140)
RGB Percent76%, 53%, 55%rgb(76%, 53%, 55%)
CSS RGBa194, 136, 140,1rgba(194,136,140,1)
CMYK Modelcmyk(0%,30%,28%,24%)
HSL Color Space356,32% ,65%hsl(356,32% ,65%)
HSV Color Space356°, 30%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000101000100010001100
Octal302210214
Decimal194136140
Hexc2888c

Different shades of #c2888c color code.

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

Light Shade of #c2888c
#d3aaad
Dark Shade of #c2888c
#b1666b
Saturated Shade of #c2888c
#cb7f84
Desaturated Shade of #c2888c
#b99194
Grey scale Shade of #c2888c
#a5a5a5
Brighten Shade
#dba1a5
Most Readable Shade
#000000

Shades of #c2888c color code

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

#c2888c
#ac787c
#96696c
#815a5d
#6b4b4d
#563c3e
#402d2e
#2b1e1f
#150f0f
#000000

Similar Color like #c2888c color

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

#c3898d
#c48a8e
#c58b8f
#c68c90
#c78d91
#c88e92
#c98f93
#ca9094
#cb9195
#cc9296
#cd9397
#ce9498
#cf9599
#d0969a
#c1878b
#c0868a
#bf8589
#be8488
#bd8387
#bc8286
#bb8185
#ba8084
#b97f83
#b87e82
#b77d81
#b67c80
#b57b7f
#b47a7e

Monochromatic Color with #c2888c

#c2888c
#eca6ab
#181111
#422f30
#6d4c4f
#976a6d

Tints of #c2888c Color

#c2888c
#c89598
#cfa2a5
#d6afb2
#ddbcbf
#e3cacb
#ead7d8
#f1e4e5
#f8f1f2
#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

#c2888c
#88c2be

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

Split Complementary

#c2888c
#88c2a1
#88a9c2

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

Analogous Color

#c288a3
#c28898
#c2888c
#c29088
#c29b88

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

#c2888c
#8cc288
#888cc2

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

#c2888c
#a9c288
#88c2be
#a188c2

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

#c2888c
#88c2be
#88a9c2
#c2a188

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 #c2888c 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.

#c2888c Color Code Preview on Black Background Color

This is how #c2888c Color will look on black background color. Color contrast ratio is 7.19

#c2888c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2888c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2888c

#c2888c color code is use for CSS Background Color

Background color for the above div is #c2888c

HTML with inline CSS

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

#c2888c color code is use for CSS Border Color

CSS Border color for the above div is #c2888c

HTML with inline CSS

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

CSS Border Left color for the above div is #c2888c

HTML with inline CSS

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

CSS Border Right color for the above div is #c2888c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2888c

HTML with inline CSS

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

CSS Border Top color for the above div is #c2888c

HTML with inline CSS

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

#c2888c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2888c Color code Preview on White Background

This is how #c2888c Color code will look on white background color. Color contrast ratio is 2.92

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 #c2888c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c2888c; }

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.