COLOR #C099CA

HEX: #C099CA
RGB: (192,153,202)

Color info

#C099CA contains red, green and blue colors in about the same proportion. Web safe color of #C099CA is #CC99CC (or #C9C).

RGB color model

#C099CA color RGB value is (192,153,202).

  • red value is 192;
  • green value is 153;
  • blue value is 202.
RGB:
(192,153,202)
(75%,60%,79%)

RGB channels and saturation

R 192 of 255 = 75%
G 153 of 255 = 60%
B 202 of 255 = 79%

192
153
202

R + G + B ~ 71%. #C099CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 153 + 202 = 547 (100%)
R 192 of 547 ~ 35.1%
G 153 of 547 ~ 27.97%
B 202 of 547 ~ 36.93%

%35.1
%27.97
%36.93

CMYK color model

#C099CA color CMYK value is (5,24,0,21).

  • cyan value is 4.95%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(5,24,0,21)
C5M24Y0K21 
(5%,24%,0%,21%)
(0.05/0.24/0.00/0.21)	

CMYK percentages

%4.95
%24.26
%0
%20.78

Codes

Color #C099CA in popluar color models

C099CA
RGB192153202
HSL288°31.61%69.61%
HSB/HSV288°24.26%79.22%
CMYK4.95%24.26%0.00%
20.78%

Color #C099CA in popluar number systems.

HEXC099CA
Decimal192153202
Binary110000001001100111001010
Octal300231312

Shades and tints

Shades of #C099CA

#C099CA
(192,153,202)
#AF8CB8
(175,140,184)
#9E7FA6
(158,127,166)
#8D7294
(141,114,148)
#7C6582
(124,101,130)
#6B5870
(107,88,112)
#5A4B5E
(90,75,94)
#493E4C
(73,62,76)
#38313A
(56,49,58)
#272428
(39,36,40)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #C099CA

#C099CA
(192,153,202)
#C5A2CE
(197,162,206)
#CAABD2
(202,171,210)
#CFB4D6
(207,180,214)
#D4BDDA
(212,189,218)
#D9C6DE
(217,198,222)
#DECFE2
(222,207,226)
#E3D8E6
(227,216,230)
#E8E1EA
(232,225,234)
#EDEAEE
(237,234,238)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C099CA color. Also use rgb(192,153,202) instead hex code.

Text Font Color

.myTextColor { color: #C099CA; }

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

This text font color is #C099CA.


Background Color

.myBgColor { background-color: #C099CA; }

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

This div background color is #C099CA.


Border color

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

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

This div border color is #C099CA.


Opacity

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

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

Text with #C099CA 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 #C099CA;}

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

This text has shadow with #C099CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C099CA on black background.


Color preview on white background

This text has color #C099CA on white background.



Black color preview on #C099CA background

This text has black color on #C099CA background.


White color preview on #C099CA background

This text has white color on #C099CA background.