COLOR #C08488

HEX: #C08488 RGB: (192,132,136)

Color info

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

RGB color model

#C08488 color RGB value is (192,132,136).

RGB: (192,132,136) (75%, 52%, 53%)

RGB channels and saturation

R 192 of 255 = 75%
G 132 of 255 = 52%
B 136 of 255 = 53%

192
132
136

R + G + B ~ 60%. #C08488 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 192 + 132 + 136 = 460 (100%)
R 192 of 460 ~ 41.74%
G 132 of 460 ~ 28.7%
B 136 of 460 ~ 29.57'%

%41.74
%28.7
%29.57

CMYK color model

#C08488 color CMYK value is (0,31,29,25).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 29.17%
  • key color value is 24.71%

CMYK: (0,31,29,25)
C0M31Y29K25 (0%, 31%, 29%, 25%)
(0.00 / 0.31 / 0.29 / 0.25)

CMYK percentages

%0
%31.25
%29.17
%24.71

Codes

Color #C08488 in popluar color models

C0 84 88
RGB 192 132 136
HSL 356° 32.26% 63.53%
HSB/HSV 356° 31.25% 75.29%
CMYK 0.00% 31.25% 29.17%
24.71%

Color #C08488 in popluar number systems.

HEX C0 84 88
Decimal 192 132 136
Binary 11000000 10000100 10001000
Octal 300 204 210

Shades and tints

Shades of #C08488

#C08488
(192,132,136)
#AF787C
(175,120,124)
#9E6C70
(158,108,112)
#8D6064
(141,96,100)
#7C5458
(124,84,88)
#6B484C
(107,72,76)
#5A3C40
(90,60,64)
#493034
(73,48,52)
#382428
(56,36,40)
#27181C
(39,24,28)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #C08488

#C08488
(192,132,136)
#C58F92
(197,143,146)
#CA9A9C
(202,154,156)
#CFA5A6
(207,165,166)
#D4B0B0
(212,176,176)
#D9BBBA
(217,187,186)
#DEC6C4
(222,198,196)
#E3D1CE
(227,209,206)
#E8DCD8
(232,220,216)
#EDE7E2
(237,231,226)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08488; }

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

This text font color is #C08488.

Background Color

.myBgColor { background-color: #C08488; }

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

This div background color is #C08488.

Border color

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

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

This div border color is #C08488.

Opacity

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

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

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

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

This text has shadow with #C08488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08488.

Preview

Color preview on black background

This text has color #C08488 on black background.


Color preview on white background

This text has color #C08488 on white background.


Black color preview on #C08488 background

This text has black color on #C08488 background.


White color preview on #C08488 background

This text has white color on #C08488 background.


Related colors

Complementary color

Complementary color for #hex is #3F7B77.


I love getcolorcode.com

Triadic colors

1 #88C084 and #8488C0 with #C08488 are triadic colors.

2 #8884C0 and #84C088 with #C08488 are triadic colors.