COLOR #C08295

HEX: #C08295
RGB: (192,130,149)

Color info

#C08295 contains mainly red and blue colors. Web safe color of #C08295 is #CC9999 (or #C99).

RGB color model

#C08295 color RGB value is (192,130,149).

  • red value is 192;
  • green value is 130;
  • blue value is 149.
RGB:
(192,130,149)
(75%,51%,58%)

RGB channels and saturation

R 192 of 255 = 75%
G 130 of 255 = 51%
B 149 of 255 = 58%

192
130
149

R + G + B ~ 61%. #C08295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 130 + 149 = 471 (100%)
R 192 of 471 ~ 40.76%
G 130 of 471 ~ 27.6%
B 149 of 471 ~ 31.63%

%40.76
%27.6
%31.63

CMYK color model

#C08295 color CMYK value is (0,32,22,25).

  • cyan value is 0.00%
  • magenta value is 32.29%
  • yellow value is 22.40%
  • key color value is 24.71%
CMYK:
(0,32,22,25)
C0M32Y22K25 
(0%,32%,22%,25%)
(0.00/0.32/0.22/0.25)	

CMYK percentages

%0
%32.29
%22.4
%24.71

Codes

Color #C08295 in popluar color models

C08295
RGB192130149
HSL342°32.98%63.14%
HSB/HSV342°32.29%75.29%
CMYK0.00%32.29%22.40%
24.71%

Color #C08295 in popluar number systems.

HEXC08295
Decimal192130149
Binary110000001000001010010101
Octal300202225

Shades and tints

Shades of #C08295

#C08295
(192,130,149)
#AF7788
(175,119,136)
#9E6C7B
(158,108,123)
#8D616E
(141,97,110)
#7C5661
(124,86,97)
#6B4B54
(107,75,84)
#5A4047
(90,64,71)
#49353A
(73,53,58)
#382A2D
(56,42,45)
#271F20
(39,31,32)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #C08295

#C08295
(192,130,149)
#C58D9E
(197,141,158)
#CA98A7
(202,152,167)
#CFA3B0
(207,163,176)
#D4AEB9
(212,174,185)
#D9B9C2
(217,185,194)
#DEC4CB
(222,196,203)
#E3CFD4
(227,207,212)
#E8DADD
(232,218,221)
#EDE5E6
(237,229,230)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08295 color. Also use rgb(192,130,149) instead hex code.

Text Font Color

.myTextColor { color: #C08295; }

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

This text font color is #C08295.


Background Color

.myBgColor { background-color: #C08295; }

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

This div background color is #C08295.


Border color

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

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

This div border color is #C08295.


Opacity

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

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

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

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

This text has shadow with #C08295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08295 on black background.


Color preview on white background

This text has color #C08295 on white background.



Black color preview on #C08295 background

This text has black color on #C08295 background.


White color preview on #C08295 background

This text has white color on #C08295 background.