COLOR #C09792

HEX: #C09792 RGB: (192,151,146)

Color info

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

RGB color model

#C09792 color RGB value is (192,151,146).

RGB: (192,151,146) (75%, 59%, 57%)

RGB channels and saturation

R 192 of 255 = 75%
G 151 of 255 = 59%
B 146 of 255 = 57%

192
151
146

R + G + B ~ 64%. #C09792 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 151 + 146 = 489 (100%)
R 192 of 489 ~ 39.26%
G 151 of 489 ~ 30.88%
B 146 of 489 ~ 29.86'%

%39.26
%30.88
%29.86

CMYK color model

#C09792 color CMYK value is (0,21,24,25).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 23.96%
  • key color value is 24.71%

CMYK: (0,21,24,25)
C0M21Y24K25 (0%, 21%, 24%, 25%)
(0.00 / 0.21 / 0.24 / 0.25)

CMYK percentages

%0
%21.35
%23.96
%24.71

Codes

Color #C09792 in popluar color models

C0 97 92
RGB 192 151 146
HSL 26.74% 66.27%
HSB/HSV 23.96% 75.29%
CMYK 0.00% 21.35% 23.96%
24.71%

Color #C09792 in popluar number systems.

HEX C0 97 92
Decimal 192 151 146
Binary 11000000 10010111 10010010
Octal 300 227 222

Shades and tints

Shades of #C09792

#C09792
(192,151,146)
#AF8A85
(175,138,133)
#9E7D78
(158,125,120)
#8D706B
(141,112,107)
#7C635E
(124,99,94)
#6B5651
(107,86,81)
#5A4944
(90,73,68)
#493C37
(73,60,55)
#382F2A
(56,47,42)
#27221D
(39,34,29)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #C09792

#C09792
(192,151,146)
#C5A09B
(197,160,155)
#CAA9A4
(202,169,164)
#CFB2AD
(207,178,173)
#D4BBB6
(212,187,182)
#D9C4BF
(217,196,191)
#DECDC8
(222,205,200)
#E3D6D1
(227,214,209)
#E8DFDA
(232,223,218)
#EDE8E3
(237,232,227)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09792; }

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

This text font color is #C09792.

Background Color

.myBgColor { background-color: #C09792; }

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

This div background color is #C09792.

Border color

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

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

This div border color is #C09792.

Opacity

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

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

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

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

This text has shadow with #C09792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09792.

Preview

Color preview on black background

This text has color #C09792 on black background.


Color preview on white background

This text has color #C09792 on white background.


Black color preview on #C09792 background

This text has black color on #C09792 background.


White color preview on #C09792 background

This text has white color on #C09792 background.


Related colors

Complementary color

Complementary color for #hex is #3F686D.


I love getcolorcode.com

Triadic colors

1 #92C097 and #9792C0 with #C09792 are triadic colors.

2 #9297C0 and #97C092 with #C09792 are triadic colors.