COLOR #C1815A

HEX: #C1815A
RGB: (193,129,90)

Color info

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

RGB color model

#C1815A color RGB value is (193,129,90).

  • red value is 193;
  • green value is 129;
  • blue value is 90.
RGB:
(193,129,90)
(76%,51%,35%)

RGB channels and saturation

R 193 of 255 = 76%
G 129 of 255 = 51%
B 90 of 255 = 35%

193
129
90

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

Portions of RGB colors in percentages

R + G + B =
193 + 129 + 90 = 412 (100%)
R 193 of 412 ~ 46.84%
G 129 of 412 ~ 31.31%
B 90 of 412 ~ 21.84%

%46.84
%31.31
%21.84

CMYK color model

#C1815A color CMYK value is (0,33,53,24).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 53.37%
  • key color value is 24.31%
CMYK:
(0,33,53,24)
C0M33Y53K24 
(0%,33%,53%,24%)
(0.00/0.33/0.53/0.24)	

CMYK percentages

%0
%33.16
%53.37
%24.31

Codes

Color #C1815A in popluar color models

C1815A
RGB19312990
HSL23°45.37%55.49%
HSB/HSV23°53.37%75.69%
CMYK0.00%33.16%53.37%
24.31%

Color #C1815A in popluar number systems.

HEXC1815A
Decimal19312990
Binary11000001100000011011010
Octal301201132

Shades and tints

Shades of #C1815A

#C1815A
(193,129,90)
#B07652
(176,118,82)
#9F6B4A
(159,107,74)
#8E6042
(142,96,66)
#7D553A
(125,85,58)
#6C4A32
(108,74,50)
#5B3F2A
(91,63,42)
#4A3422
(74,52,34)
#39291A
(57,41,26)
#281E12
(40,30,18)
#17130A
(23,19,10)
#000000
(0,0,0)

Tints of #C1815A

#C1815A
(193,129,90)
#C68C69
(198,140,105)
#CB9778
(203,151,120)
#D0A287
(208,162,135)
#D5AD96
(213,173,150)
#DAB8A5
(218,184,165)
#DFC3B4
(223,195,180)
#E4CEC3
(228,206,195)
#E9D9D2
(233,217,210)
#EEE4E1
(238,228,225)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1815A color. Also use rgb(193,129,90) instead hex code.

Text Font Color

.myTextColor { color: #C1815A; }

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

This text font color is #C1815A.


Background Color

.myBgColor { background-color: #C1815A; }

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

This div background color is #C1815A.


Border color

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

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

This div border color is #C1815A.


Opacity

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

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

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

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

This text has shadow with #C1815A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1815A on black background.


Color preview on white background

This text has color #C1815A on white background.



Black color preview on #C1815A background

This text has black color on #C1815A background.


White color preview on #C1815A background

This text has white color on #C1815A background.