COLOR #C08565

HEX: #C08565 RGB: (192,133,101)

Color info

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

RGB color model

#C08565 color RGB value is (192,133,101).

RGB: (192,133,101) (75%, 52%, 40%)

RGB channels and saturation

R 192 of 255 = 75%
G 133 of 255 = 52%
B 101 of 255 = 40%

192
133
101

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

Portions of RGB colors in percentages

R + G + B = 192 + 133 + 101 = 426 (100%)
R 192 of 426 ~ 45.07%
G 133 of 426 ~ 31.22%
B 101 of 426 ~ 23.71'%

%45.07
%31.22
%23.71

CMYK color model

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

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

CMYK: (0,31,47,25)
C0M31Y47K25 (0%, 31%, 47%, 25%)
(0.00 / 0.31 / 0.47 / 0.25)

CMYK percentages

%0
%30.73
%47.4
%24.71

Codes

Color #C08565 in popluar color models

C0 85 65
RGB 192 133 101
HSL 21° 41.94% 57.45%
HSB/HSV 21° 47.40% 75.29%
CMYK 0.00% 30.73% 47.40%
24.71%

Color #C08565 in popluar number systems.

HEX C0 85 65
Decimal 192 133 101
Binary 11000000 10000101 1100101
Octal 300 205 145

Shades and tints

Shades of #C08565

#C08565
(192,133,101)
#AF795C
(175,121,92)
#9E6D53
(158,109,83)
#8D614A
(141,97,74)
#7C5541
(124,85,65)
#6B4938
(107,73,56)
#5A3D2F
(90,61,47)
#493126
(73,49,38)
#38251D
(56,37,29)
#271914
(39,25,20)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #C08565

#C08565
(192,133,101)
#C59073
(197,144,115)
#CA9B81
(202,155,129)
#CFA68F
(207,166,143)
#D4B19D
(212,177,157)
#D9BCAB
(217,188,171)
#DEC7B9
(222,199,185)
#E3D2C7
(227,210,199)
#E8DDD5
(232,221,213)
#EDE8E3
(237,232,227)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08565; }

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

This text font color is #C08565.

Background Color

.myBgColor { background-color: #C08565; }

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

This div background color is #C08565.

Border color

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

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

This div border color is #C08565.

Opacity

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

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

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

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

This text has shadow with #C08565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08565.

Preview

Color preview on black background

This text has color #C08565 on black background.


Color preview on white background

This text has color #C08565 on white background.


Black color preview on #C08565 background

This text has black color on #C08565 background.


White color preview on #C08565 background

This text has white color on #C08565 background.


Related colors

Complementary color

Complementary color for #hex is #3F7A9A.


I love getcolorcode.com

Triadic colors

1 #65C085 and #8565C0 with #C08565 are triadic colors.

2 #6585C0 and #85C065 with #C08565 are triadic colors.