COLOR #C09065

HEX: #C09065 RGB: (192,144,101)

Color info

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

RGB color model

#C09065 color RGB value is (192,144,101).

RGB: (192,144,101) (75%, 56%, 40%)

RGB channels and saturation

R 192 of 255 = 75%
G 144 of 255 = 56%
B 101 of 255 = 40%

192
144
101

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

Portions of RGB colors in percentages

R + G + B = 192 + 144 + 101 = 437 (100%)
R 192 of 437 ~ 43.94%
G 144 of 437 ~ 32.95%
B 101 of 437 ~ 23.11'%

%43.94
%32.95
%23.11

CMYK color model

#C09065 color CMYK value is (0,25,47,25).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 47.40%
  • key color value is 24.71%

CMYK: (0,25,47,25)
C0M25Y47K25 (0%, 25%, 47%, 25%)
(0.00 / 0.25 / 0.47 / 0.25)

CMYK percentages

%0
%25
%47.4
%24.71

Codes

Color #C09065 in popluar color models

C0 90 65
RGB 192 144 101
HSL 28° 41.94% 57.45%
HSB/HSV 28° 47.40% 75.29%
CMYK 0.00% 25.00% 47.40%
24.71%

Color #C09065 in popluar number systems.

HEX C0 90 65
Decimal 192 144 101
Binary 11000000 10010000 1100101
Octal 300 220 145

Shades and tints

Shades of #C09065

#C09065
(192,144,101)
#AF835C
(175,131,92)
#9E7653
(158,118,83)
#8D694A
(141,105,74)
#7C5C41
(124,92,65)
#6B4F38
(107,79,56)
#5A422F
(90,66,47)
#493526
(73,53,38)
#38281D
(56,40,29)
#271B14
(39,27,20)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #C09065

#C09065
(192,144,101)
#C59A73
(197,154,115)
#CAA481
(202,164,129)
#CFAE8F
(207,174,143)
#D4B89D
(212,184,157)
#D9C2AB
(217,194,171)
#DECCB9
(222,204,185)
#E3D6C7
(227,214,199)
#E8E0D5
(232,224,213)
#EDEAE3
(237,234,227)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09065; }

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

This text font color is #C09065.

Background Color

.myBgColor { background-color: #C09065; }

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

This div background color is #C09065.

Border color

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

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

This div border color is #C09065.

Opacity

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

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

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

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

This text has shadow with #C09065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09065.

Preview

Color preview on black background

This text has color #C09065 on black background.


Color preview on white background

This text has color #C09065 on white background.


Black color preview on #C09065 background

This text has black color on #C09065 background.


White color preview on #C09065 background

This text has white color on #C09065 background.


Related colors

Complementary color

Complementary color for #hex is #3F6F9A.


I love getcolorcode.com

Triadic colors

1 #65C090 and #9065C0 with #C09065 are triadic colors.

2 #6590C0 and #90C065 with #C09065 are triadic colors.