COLOR #C08297

HEX: #C08297
RGB: (192,130,151)

Color info

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

RGB color model

#C08297 color RGB value is (192,130,151).

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

RGB channels and saturation

R 192 of 255 = 75%
G 130 of 255 = 51%
B 151 of 255 = 59%

192
130
151

R + G + B ~ 62%. #C08297 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 130 + 151 = 473 (100%)
R 192 of 473 ~ 40.59%
G 130 of 473 ~ 27.48%
B 151 of 473 ~ 31.92%

%40.59
%27.48
%31.92

CMYK color model

#C08297 color CMYK value is (0,32,21,25).

  • cyan value is 0.00%
  • magenta value is 32.29%
  • yellow value is 21.35%
  • key color value is 24.71%
CMYK:
(0,32,21,25)
C0M32Y21K25 
(0%,32%,21%,25%)
(0.00/0.32/0.21/0.25)	

CMYK percentages

%0
%32.29
%21.35
%24.71

Codes

Color #C08297 in popluar color models

C08297
RGB192130151
HSL340°32.98%63.14%
HSB/HSV340°32.29%75.29%
CMYK0.00%32.29%21.35%
24.71%

Color #C08297 in popluar number systems.

HEXC08297
Decimal192130151
Binary110000001000001010010111
Octal300202227

Shades and tints

Shades of #C08297

#C08297
(192,130,151)
#AF778A
(175,119,138)
#9E6C7D
(158,108,125)
#8D6170
(141,97,112)
#7C5663
(124,86,99)
#6B4B56
(107,75,86)
#5A4049
(90,64,73)
#49353C
(73,53,60)
#382A2F
(56,42,47)
#271F22
(39,31,34)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #C08297

#C08297
(192,130,151)
#C58DA0
(197,141,160)
#CA98A9
(202,152,169)
#CFA3B2
(207,163,178)
#D4AEBB
(212,174,187)
#D9B9C4
(217,185,196)
#DEC4CD
(222,196,205)
#E3CFD6
(227,207,214)
#E8DADF
(232,218,223)
#EDE5E8
(237,229,232)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08297; }

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

This text font color is #C08297.


Background Color

.myBgColor { background-color: #C08297; }

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

This div background color is #C08297.


Border color

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

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

This div border color is #C08297.


Opacity

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

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

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

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

This text has shadow with #C08297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08297 on black background.


Color preview on white background

This text has color #C08297 on white background.



Black color preview on #C08297 background

This text has black color on #C08297 background.


White color preview on #C08297 background

This text has white color on #C08297 background.