COLOR #C0965F

HEX: #C0965F RGB: (192,150,95)

Color info

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

RGB color model

#C0965F color RGB value is (192,150,95).

RGB: (192,150,95) (75%, 59%, 37%)

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 95 of 255 = 37%

192
150
95

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

Portions of RGB colors in percentages

R + G + B = 192 + 150 + 95 = 437 (100%)
R 192 of 437 ~ 43.94%
G 150 of 437 ~ 34.32%
B 95 of 437 ~ 21.74'%

%43.94
%34.32
%21.74

CMYK color model

#C0965F color CMYK value is (0,22,51,25).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 50.52%
  • key color value is 24.71%

CMYK: (0,22,51,25)
C0M22Y51K25 (0%, 22%, 51%, 25%)
(0.00 / 0.22 / 0.51 / 0.25)

CMYK percentages

%0
%21.88
%50.52
%24.71

Codes

Color #C0965F in popluar color models

C0 96 5F
RGB 192 150 95
HSL 34° 43.50% 56.27%
HSB/HSV 34° 50.52% 75.29%
CMYK 0.00% 21.88% 50.52%
24.71%

Color #C0965F in popluar number systems.

HEX C0 96 5F
Decimal 192 150 95
Binary 11000000 10010110 1011111
Octal 300 226 137

Shades and tints

Shades of #C0965F

#C0965F
(192,150,95)
#AF8957
(175,137,87)
#9E7C4F
(158,124,79)
#8D6F47
(141,111,71)
#7C623F
(124,98,63)
#6B5537
(107,85,55)
#5A482F
(90,72,47)
#493B27
(73,59,39)
#382E1F
(56,46,31)
#272117
(39,33,23)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #C0965F

#C0965F
(192,150,95)
#C59F6D
(197,159,109)
#CAA87B
(202,168,123)
#CFB189
(207,177,137)
#D4BA97
(212,186,151)
#D9C3A5
(217,195,165)
#DECCB3
(222,204,179)
#E3D5C1
(227,213,193)
#E8DECF
(232,222,207)
#EDE7DD
(237,231,221)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0965F color. Also use rgb(192,150,95) instead hex code.

Text Font Color

.myTextColor { color: #C0965F; }

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

This text font color is #C0965F.

Background Color

.myBgColor { background-color: #C0965F; }

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

This div background color is #C0965F.

Border color

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

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

This div border color is #C0965F.

Opacity

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

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

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

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

This text has shadow with #C0965F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0965F.

Preview

Color preview on black background

This text has color #C0965F on black background.


Color preview on white background

This text has color #C0965F on white background.


Black color preview on #C0965F background

This text has black color on #C0965F background.


White color preview on #C0965F background

This text has white color on #C0965F background.


Related colors

Complementary color

Complementary color for #hex is #3F69A0.


I love getcolorcode.com

Triadic colors

1 #5FC096 and #965FC0 with #C0965F are triadic colors.

2 #5F96C0 and #96C05F with #C0965F are triadic colors.