COLOR #C088AF

HEX: #C088AF RGB: (192,136,175)

Color info

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

RGB color model

#C088AF color RGB value is (192,136,175).

RGB: (192,136,175) (75%, 53%, 69%)

RGB channels and saturation

R 192 of 255 = 75%
G 136 of 255 = 53%
B 175 of 255 = 69%

192
136
175

R + G + B ~ 66%. #C088AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 136 + 175 = 503 (100%)
R 192 of 503 ~ 38.17%
G 136 of 503 ~ 27.04%
B 175 of 503 ~ 34.79'%

%38.17
%27.04
%34.79

CMYK color model

#C088AF color CMYK value is (0,29,9,25).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 8.85%
  • key color value is 24.71%
CMYK: (0,29,9,25) C0M29Y9K25 (0%,29%,9%,25%) (0.00/0.29/0.09/0.25) 

CMYK percentages

%0
%29.17
%8.85
%24.71

Codes

Color #C088AF in popluar color models

C0 88 AF
RGB 192 136 175
HSL 318° 30.77% 64.31%
HSB/HSV 318° 29.17% 75.29%
CMYK 0.00% 29.17% 8.85%
24.71%

Color #C088AF in popluar number systems.

HEX C0 88 AF
Decimal 192 136 175
Binary 11000000 10001000 10101111
Octal 300 210 257

Shades and tints

Shades of #C088AF

#C088AF
(192,136,175)
#AF7CA0
(175,124,160)
#9E7091
(158,112,145)
#8D6482
(141,100,130)
#7C5873
(124,88,115)
#6B4C64
(107,76,100)
#5A4055
(90,64,85)
#493446
(73,52,70)
#382837
(56,40,55)
#271C28
(39,28,40)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #C088AF

#C088AF
(192,136,175)
#C592B6
(197,146,182)
#CA9CBD
(202,156,189)
#CFA6C4
(207,166,196)
#D4B0CB
(212,176,203)
#D9BAD2
(217,186,210)
#DEC4D9
(222,196,217)
#E3CEE0
(227,206,224)
#E8D8E7
(232,216,231)
#EDE2EE
(237,226,238)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C088AF color. Also use rgb(192,136,175) instead hex code.

Text Font Color

.myTextColor { color: #C088AF; }

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

This text font color is #C088AF.

Background Color

.myBgColor { background-color: #C088AF; }

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

This div background color is #C088AF.

Border color

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

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

This div border color is #C088AF.

Opacity

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

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

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

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

This text has shadow with #C088AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C088AF.

Preview

Color preview on black background

This text has color #C088AF on black background.


Color preview on white background

This text has color #C088AF on white background.


Black color preview on #C088AF background

This text has black color on #C088AF background.


White color preview on #C088AF background

This text has white color on #C088AF background.


Related colors

Complementary color

Complementary color for #hex is #3F7750.


I love getcolorcode.com

Triadic colors

1 #AFC088 and #88AFC0 with #C088AF are triadic colors.

2 #AF88C0 and #88C0AF with #C088AF are triadic colors.