COLOR #C0907D

HEX: #C0907D
RGB: (192,144,125)

Color info

#C0907D contains mainly red and green colors. Web safe color of #C0907D is #CC9966 (or #C96).

RGB color model

#C0907D color RGB value is (192,144,125).

  • red value is 192;
  • green value is 144;
  • blue value is 125.
RGB:
(192,144,125)
(75%,56%,49%)

RGB channels and saturation

R 192 of 255 = 75%
G 144 of 255 = 56%
B 125 of 255 = 49%

192
144
125

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

Portions of RGB colors in percentages

R + G + B =
192 + 144 + 125 = 461 (100%)
R 192 of 461 ~ 41.65%
G 144 of 461 ~ 31.24%
B 125 of 461 ~ 27.11%

%41.65
%31.24
%27.11

CMYK color model

#C0907D color CMYK value is (0,25,35,25).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 34.90%
  • key color value is 24.71%
CMYK:
(0,25,35,25)
C0M25Y35K25 
(0%,25%,35%,25%)
(0.00/0.25/0.35/0.25)	

CMYK percentages

%0
%25
%34.9
%24.71

Codes

Color #C0907D in popluar color models

C0907D
RGB192144125
HSL17°34.72%62.16%
HSB/HSV17°34.90%75.29%
CMYK0.00%25.00%34.90%
24.71%

Color #C0907D in popluar number systems.

HEXC0907D
Decimal192144125
Binary11000000100100001111101
Octal300220175

Shades and tints

Shades of #C0907D

#C0907D
(192,144,125)
#AF8372
(175,131,114)
#9E7667
(158,118,103)
#8D695C
(141,105,92)
#7C5C51
(124,92,81)
#6B4F46
(107,79,70)
#5A423B
(90,66,59)
#493530
(73,53,48)
#382825
(56,40,37)
#271B1A
(39,27,26)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #C0907D

#C0907D
(192,144,125)
#C59A88
(197,154,136)
#CAA493
(202,164,147)
#CFAE9E
(207,174,158)
#D4B8A9
(212,184,169)
#D9C2B4
(217,194,180)
#DECCBF
(222,204,191)
#E3D6CA
(227,214,202)
#E8E0D5
(232,224,213)
#EDEAE0
(237,234,224)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0907D color. Also use rgb(192,144,125) instead hex code.

Text Font Color

.myTextColor { color: #C0907D; }

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

This text font color is #C0907D.


Background Color

.myBgColor { background-color: #C0907D; }

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

This div background color is #C0907D.


Border color

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

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

This div border color is #C0907D.


Opacity

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

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

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

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

This text has shadow with #C0907D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0907D on black background.


Color preview on white background

This text has color #C0907D on white background.



Black color preview on #C0907D background

This text has black color on #C0907D background.


White color preview on #C0907D background

This text has white color on #C0907D background.