COLOR #C18265

HEX: #C18265 RGB: (193,130,101)

Color info

#C18265 contains mainly red color. Web safe color of #C18265 is #CC9966 (or #C96).

RGB color model

#C18265 color RGB value is (193,130,101).

RGB: (193,130,101) (76%, 51%, 40%)

RGB channels and saturation

R 193 of 255 = 76%
G 130 of 255 = 51%
B 101 of 255 = 40%

193
130
101

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

Portions of RGB colors in percentages

R + G + B = 193 + 130 + 101 = 424 (100%)
R 193 of 424 ~ 45.52%
G 130 of 424 ~ 30.66%
B 101 of 424 ~ 23.82'%

%45.52
%30.66
%23.82

CMYK color model

#C18265 color CMYK value is (0,33,48,24).

  • cyan value is 0.00%
  • magenta value is 32.64%
  • yellow value is 47.67%
  • key color value is 24.31%

CMYK: (0,33,48,24)
C0M33Y48K24 (0%, 33%, 48%, 24%)
(0.00 / 0.33 / 0.48 / 0.24)

CMYK percentages

%0
%32.64
%47.67
%24.31

Codes

Color #C18265 in popluar color models

C1 82 65
RGB 193 130 101
HSL 19° 42.59% 57.65%
HSB/HSV 19° 47.67% 75.69%
CMYK 0.00% 32.64% 47.67%
24.31%

Color #C18265 in popluar number systems.

HEX C1 82 65
Decimal 193 130 101
Binary 11000001 10000010 1100101
Octal 301 202 145

Shades and tints

Shades of #C18265

#C18265
(193,130,101)
#B0775C
(176,119,92)
#9F6C53
(159,108,83)
#8E614A
(142,97,74)
#7D5641
(125,86,65)
#6C4B38
(108,75,56)
#5B402F
(91,64,47)
#4A3526
(74,53,38)
#392A1D
(57,42,29)
#281F14
(40,31,20)
#17140B
(23,20,11)
#000000
(0,0,0)

Tints of #C18265

#C18265
(193,130,101)
#C68D73
(198,141,115)
#CB9881
(203,152,129)
#D0A38F
(208,163,143)
#D5AE9D
(213,174,157)
#DAB9AB
(218,185,171)
#DFC4B9
(223,196,185)
#E4CFC7
(228,207,199)
#E9DAD5
(233,218,213)
#EEE5E3
(238,229,227)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18265 color. Also use rgb(193,130,101) instead hex code.

Text Font Color

.myTextColor { color: #C18265; }

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

This text font color is #C18265.

Background Color

.myBgColor { background-color: #C18265; }

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

This div background color is #C18265.

Border color

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

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

This div border color is #C18265.

Opacity

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

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

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

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

This text has shadow with #C18265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18265.

Preview

Color preview on black background

This text has color #C18265 on black background.


Color preview on white background

This text has color #C18265 on white background.


Black color preview on #C18265 background

This text has black color on #C18265 background.


White color preview on #C18265 background

This text has white color on #C18265 background.


Related colors

Complementary color

Complementary color for #hex is #3E7D9A.


I love getcolorcode.com

Triadic colors

1 #65C182 and #8265C1 with #C18265 are triadic colors.

2 #6582C1 and #82C165 with #C18265 are triadic colors.