COLOR #C09264

HEX: #C09264 RGB: (192,146,100)

Color info

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

RGB color model

#C09264 color RGB value is (192,146,100).

RGB: (192,146,100) (75%, 57%, 39%)

RGB channels and saturation

R 192 of 255 = 75%
G 146 of 255 = 57%
B 100 of 255 = 39%

192
146
100

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

Portions of RGB colors in percentages

R + G + B = 192 + 146 + 100 = 438 (100%)
R 192 of 438 ~ 43.84%
G 146 of 438 ~ 33.33%
B 100 of 438 ~ 22.83'%

%43.84
%33.33
%22.83

CMYK color model

#C09264 color CMYK value is (0,24,48,25).

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

CMYK: (0,24,48,25)
C0M24Y48K25 (0%, 24%, 48%, 25%)
(0.00 / 0.24 / 0.48 / 0.25)

CMYK percentages

%0
%23.96
%47.92
%24.71

Codes

Color #C09264 in popluar color models

C0 92 64
RGB 192 146 100
HSL 30° 42.20% 57.25%
HSB/HSV 30° 47.92% 75.29%
CMYK 0.00% 23.96% 47.92%
24.71%

Color #C09264 in popluar number systems.

HEX C0 92 64
Decimal 192 146 100
Binary 11000000 10010010 1100100
Octal 300 222 144

Shades and tints

Shades of #C09264

#C09264
(192,146,100)
#AF855B
(175,133,91)
#9E7852
(158,120,82)
#8D6B49
(141,107,73)
#7C5E40
(124,94,64)
#6B5137
(107,81,55)
#5A442E
(90,68,46)
#493725
(73,55,37)
#382A1C
(56,42,28)
#271D13
(39,29,19)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #C09264

#C09264
(192,146,100)
#C59B72
(197,155,114)
#CAA480
(202,164,128)
#CFAD8E
(207,173,142)
#D4B69C
(212,182,156)
#D9BFAA
(217,191,170)
#DEC8B8
(222,200,184)
#E3D1C6
(227,209,198)
#E8DAD4
(232,218,212)
#EDE3E2
(237,227,226)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09264; }

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

This text font color is #C09264.

Background Color

.myBgColor { background-color: #C09264; }

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

This div background color is #C09264.

Border color

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

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

This div border color is #C09264.

Opacity

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

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

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

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

This text has shadow with #C09264 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09264.

Preview

Color preview on black background

This text has color #C09264 on black background.


Color preview on white background

This text has color #C09264 on white background.


Black color preview on #C09264 background

This text has black color on #C09264 background.


White color preview on #C09264 background

This text has white color on #C09264 background.


Related colors

Complementary color

Complementary color for #hex is #3F6D9B.


I love getcolorcode.com

Triadic colors

1 #64C092 and #9264C0 with #C09264 are triadic colors.

2 #6492C0 and #92C064 with #C09264 are triadic colors.