COLOR #C06F40

HEX: #C06F40 RGB: (192,111,64)

Color info

#C06F40 contains mainly red color. Web safe color of #C06F40 is #CC6633 (or #C63).

RGB color model

#C06F40 color RGB value is (192,111,64).

RGB: (192,111,64) (75%, 44%, 25%)

RGB channels and saturation

R 192 of 255 = 75%
G 111 of 255 = 44%
B 64 of 255 = 25%

192
111
64

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

Portions of RGB colors in percentages

R + G + B = 192 + 111 + 64 = 367 (100%)
R 192 of 367 ~ 52.32%
G 111 of 367 ~ 30.25%
B 64 of 367 ~ 17.44'%

%52.32
%30.25
%17.44

CMYK color model

#C06F40 color CMYK value is (0,42,67,25).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 66.67%
  • key color value is 24.71%

CMYK: (0,42,67,25)
C0M42Y67K25 (0%, 42%, 67%, 25%)
(0.00 / 0.42 / 0.67 / 0.25)

CMYK percentages

%0
%42.19
%66.67
%24.71

Codes

Color #C06F40 in popluar color models

C0 6F 40
RGB 192 111 64
HSL 22° 50.39% 50.20%
HSB/HSV 22° 66.67% 75.29%
CMYK 0.00% 42.19% 66.67%
24.71%

Color #C06F40 in popluar number systems.

HEX C0 6F 40
Decimal 192 111 64
Binary 11000000 1101111 1000000
Octal 300 157 100

Shades and tints

Shades of #C06F40

#C06F40
(192,111,64)
#AF653B
(175,101,59)
#9E5B36
(158,91,54)
#8D5131
(141,81,49)
#7C472C
(124,71,44)
#6B3D27
(107,61,39)
#5A3322
(90,51,34)
#49291D
(73,41,29)
#381F18
(56,31,24)
#271513
(39,21,19)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #C06F40

#C06F40
(192,111,64)
#C57C51
(197,124,81)
#CA8962
(202,137,98)
#CF9673
(207,150,115)
#D4A384
(212,163,132)
#D9B095
(217,176,149)
#DEBDA6
(222,189,166)
#E3CAB7
(227,202,183)
#E8D7C8
(232,215,200)
#EDE4D9
(237,228,217)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06F40 color. Also use rgb(192,111,64) instead hex code.

Text Font Color

.myTextColor { color: #C06F40; }

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

This text font color is #C06F40.

Background Color

.myBgColor { background-color: #C06F40; }

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

This div background color is #C06F40.

Border color

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

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

This div border color is #C06F40.

Opacity

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

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

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

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

This text has shadow with #C06F40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C06F40.

Preview

Color preview on black background

This text has color #C06F40 on black background.


Color preview on white background

This text has color #C06F40 on white background.


Black color preview on #C06F40 background

This text has black color on #C06F40 background.


White color preview on #C06F40 background

This text has white color on #C06F40 background.


Related colors

Complementary color

Complementary color for #hex is #3F90BF.


I love getcolorcode.com

Triadic colors

1 #40C06F and #6F40C0 with #C06F40 are triadic colors.

2 #406FC0 and #6FC040 with #C06F40 are triadic colors.