@
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.

#c9999c hex color - Red - Warm color - Information

#c9999c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c9999c Color code in RGB color code model is created after adding 78.82% red color, 60% green color and 61.18% blue color. Hex #c9999c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 22% yellow and 21.18% black.

Hex #c9999c color code is between #cc8899 web safe hex color code and #bbaaaa web safe hex color code. #cc8899 is the nearest web safe color code. You can see here many more shades of #c9999c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec9999c#c9999c
RGB Decimal201, 153, 156rgb(201, 153, 156)
RGB Percent79%, 60%, 61%rgb(79%, 60%, 61%)
CSS RGBa201, 153, 156,1rgba(201,153,156,1)
CMYK Modelcmyk(0%,24%,22%,21.18%)
HSL Color Space356,31% ,69%hsl(356,31% ,69%)
HSV Color Space356°, 24%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010011001100110011100
Octal311231234
Decimal201153156
Hexc9999c

Different shades of #c9999c color code.

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

Light Shade of #c9999c
#dbbabc
Dark Shade of #c9999c
#b7787c
Saturated Shade of #c9999c
#d19195
Desaturated Shade of #c9999c
#c1a1a3
Grey scale Shade of #c9999c
#b1b1b1
Brighten Shade
#e2b2b5
Most Readable Shade
#000000

Shades of #c9999c color code

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

#c9999c
#b2888a
#9c7779
#866668
#6f5556
#594445
#433334
#2c2222
#161111
#000000

Similar Color like #c9999c color

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

#ca9a9d
#cb9b9e
#cc9c9f
#cd9da0
#ce9ea1
#cf9fa2
#d0a0a3
#d1a1a4
#d2a2a5
#d3a3a6
#d4a4a7
#d5a5a8
#d6a6a9
#d7a7aa
#c8989b
#c7979a
#c69699
#c59598
#c49497
#c39396
#c29295
#c19194
#c09093
#bf8f92
#be8e91
#bd8d90
#bc8c8f
#bb8b8e

Monochromatic Color with #c9999c

#c9999c
#f3b9bd
#1f1818
#493839
#74585a
#9e797b

Tints of #c9999c Color

#c9999c
#cfa4a7
#d5afb2
#dbbbbd
#e1c6c8
#e7d1d3
#edddde
#f3e8e9
#f9f3f4
#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

#c9999c
#99c9c6

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

Split Complementary

#c9999c
#99c9ae
#99b4c9

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

Analogous Color

#c999af
#c999a6
#c9999c
#c9a099
#c9a999

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

#c9999c
#9cc999
#999cc9

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

#c9999c
#b4c999
#99c9c6
#ae99c9

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

#c9999c
#99c9c6
#99b4c9
#c9ae99

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

#c9999c Color Code Preview on Black Background Color

This is how #c9999c Color will look on black background color. Color contrast ratio is 8.52

#c9999c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9999c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9999c

#c9999c color code is use for CSS Background Color

Background color for the above div is #c9999c

HTML with inline CSS

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

#c9999c color code is use for CSS Border Color

CSS Border color for the above div is #c9999c

HTML with inline CSS

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

CSS Border Left color for the above div is #c9999c

HTML with inline CSS

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

CSS Border Right color for the above div is #c9999c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c9999c

HTML with inline CSS

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

CSS Border Top color for the above div is #c9999c

HTML with inline CSS

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

#c9999c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c9999c Color code Preview on White Background

This is how #c9999c Color code will look on white background color. Color contrast ratio is 2.46

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

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(201,153,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(153,201,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,153,156,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.