COLOR #C08FA0

HEX: #C08FA0 RGB: (192,143,160)

Color info

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

RGB color model

#C08FA0 color RGB value is (192,143,160).

RGB: (192,143,160) (75%, 56%, 63%)

RGB channels and saturation

R 192 of 255 = 75%
G 143 of 255 = 56%
B 160 of 255 = 63%

192
143
160

R + G + B ~ 65%. #C08FA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 143 + 160 = 495 (100%)
R 192 of 495 ~ 38.79%
G 143 of 495 ~ 28.89%
B 160 of 495 ~ 32.32'%

%38.79
%28.89
%32.32

CMYK color model

#C08FA0 color CMYK value is (0,26,17,25).

  • cyan value is 0.00%
  • magenta value is 25.52%
  • yellow value is 16.67%
  • key color value is 24.71%

CMYK: (0,26,17,25)
C0M26Y17K25 (0%, 26%, 17%, 25%)
(0.00 / 0.26 / 0.17 / 0.25)

CMYK percentages

%0
%25.52
%16.67
%24.71

Codes

Color #C08FA0 in popluar color models

C0 8F A0
RGB 192 143 160
HSL 339° 28.00% 65.69%
HSB/HSV 339° 25.52% 75.29%
CMYK 0.00% 25.52% 16.67%
24.71%

Color #C08FA0 in popluar number systems.

HEX C0 8F A0
Decimal 192 143 160
Binary 11000000 10001111 10100000
Octal 300 217 240

Shades and tints

Shades of #C08FA0

#C08FA0
(192,143,160)
#AF8292
(175,130,146)
#9E7584
(158,117,132)
#8D6876
(141,104,118)
#7C5B68
(124,91,104)
#6B4E5A
(107,78,90)
#5A414C
(90,65,76)
#49343E
(73,52,62)
#382730
(56,39,48)
#271A22
(39,26,34)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #C08FA0

#C08FA0
(192,143,160)
#C599A8
(197,153,168)
#CAA3B0
(202,163,176)
#CFADB8
(207,173,184)
#D4B7C0
(212,183,192)
#D9C1C8
(217,193,200)
#DECBD0
(222,203,208)
#E3D5D8
(227,213,216)
#E8DFE0
(232,223,224)
#EDE9E8
(237,233,232)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08FA0 color. Also use rgb(192,143,160) instead hex code.

Text Font Color

.myTextColor { color: #C08FA0; }

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

This text font color is #C08FA0.

Background Color

.myBgColor { background-color: #C08FA0; }

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

This div background color is #C08FA0.

Border color

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

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

This div border color is #C08FA0.

Opacity

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

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

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

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

This text has shadow with #C08FA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08FA0.

Preview

Color preview on black background

This text has color #C08FA0 on black background.


Color preview on white background

This text has color #C08FA0 on white background.


Black color preview on #C08FA0 background

This text has black color on #C08FA0 background.


White color preview on #C08FA0 background

This text has white color on #C08FA0 background.


Related colors

Complementary color

Complementary color for #hex is #3F705F.


I love getcolorcode.com

Triadic colors

1 #A0C08F and #8FA0C0 with #C08FA0 are triadic colors.

2 #A08FC0 and #8FC0A0 with #C08FA0 are triadic colors.