COLOR #C299A9

HEX: #C299A9 RGB: (194,153,169)

Color info

#C299A9 contains red, green and blue colors in about the same proportion. Web safe color of #C299A9 is #CC9999 (or #C99).

RGB color model

#C299A9 color RGB value is (194,153,169).

RGB: (194,153,169) (76%, 60%, 66%)

RGB channels and saturation

R 194 of 255 = 76%
G 153 of 255 = 60%
B 169 of 255 = 66%

194
153
169

R + G + B ~ 67%. #C299A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 153 + 169 = 516 (100%)
R 194 of 516 ~ 37.6%
G 153 of 516 ~ 29.65%
B 169 of 516 ~ 32.75'%

%37.6
%29.65
%32.75

CMYK color model

#C299A9 color CMYK value is (0,21,13,24).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 12.89%
  • key color value is 23.92%
CMYK: (0,21,13,24) C0M21Y13K24 (0%,21%,13%,24%) (0.00/0.21/0.13/0.24) 

CMYK percentages

%0
%21.13
%12.89
%23.92

Codes

Color #C299A9 in popluar color models

C2 99 A9
RGB 194 153 169
HSL 337° 25.15% 68.04%
HSB/HSV 337° 21.13% 76.08%
CMYK 0.00% 21.13% 12.89%
23.92%

Color #C299A9 in popluar number systems.

HEX C2 99 A9
Decimal 194 153 169
Binary 11000010 10011001 10101001
Octal 302 231 251

Shades and tints

Shades of #C299A9

#C299A9
(194,153,169)
#B18C9A
(177,140,154)
#A07F8B
(160,127,139)
#8F727C
(143,114,124)
#7E656D
(126,101,109)
#6D585E
(109,88,94)
#5C4B4F
(92,75,79)
#4B3E40
(75,62,64)
#3A3131
(58,49,49)
#292422
(41,36,34)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #C299A9

#C299A9
(194,153,169)
#C7A2B0
(199,162,176)
#CCABB7
(204,171,183)
#D1B4BE
(209,180,190)
#D6BDC5
(214,189,197)
#DBC6CC
(219,198,204)
#E0CFD3
(224,207,211)
#E5D8DA
(229,216,218)
#EAE1E1
(234,225,225)
#EFEAE8
(239,234,232)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C299A9 color. Also use rgb(194,153,169) instead hex code.

Text Font Color

.myTextColor { color: #C299A9; }

<p style="color:#C299A9">This sample text font color is #C299A9.</p>

This text font color is #C299A9.

Background Color

.myBgColor { background-color: #C299A9; }

<div style="background-color:#C299A9">Inner text</div>

This div background color is #C299A9.

Border color

.myBorderColor { border: 1px solid #C299A9; }

<div style="border:3px solid #C299A9">Div</div>

This div border color is #C299A9.

Opacity

.myOpacity80 { color: #C299A9; opacity: 0.8; }

<p style="color:#C299A9;opacity:0.8;">80%</p>

Text with #C299A9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C299A9;}

<p style="text-shadow: 3px 3px 1px #C299A9">Text here.</p>

This text has shadow with #C299A9 color.


.textShadow {text-shadow: 3px 3px 1px #C299A9', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C299A9, 5px 5px 20px red">Text here.</p>

This text has shadow with #C299A9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C299A9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C299A9, Direction=45, Strength=4)">Text</p>

This text has shadow with #C299A9 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C299A9;
-webkit-box-shadow: 1px 1px 3px 2px #C299A9;
box-shadow: 1px 1px 3px 2px #C299A9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C299A9; -webkit-box-shadow: 1px 1px 3px 2px #C299A9; box-shadow:1px 1px 3px 2px #C299A9;">
Div content here
</div>

This div box has shadow with color #C299A9.

Preview

Color preview on black background

This text has color #C299A9 on black background.


Color preview on white background

This text has color #C299A9 on white background.


Black color preview on #C299A9 background

This text has black color on #C299A9 background.


White color preview on #C299A9 background

This text has white color on #C299A9 background.


Related colors

Complementary color

Complementary color for #hex is #3D6656.


I love getcolorcode.com

Triadic colors

1 #A9C299 and #99A9C2 with #C299A9 are triadic colors.

2 #A999C2 and #99C2A9 with #C299A9 are triadic colors.