COLOR #CA7F68

HEX: #CA7F68
RGB: (202,127,104)

Color info

#CA7F68 contains mainly red color. Web safe color of #CA7F68 is #CC6666 (or #C66).

RGB color model

#CA7F68 color RGB value is (202,127,104).

  • red value is 202;
  • green value is 127;
  • blue value is 104.
RGB:
(202,127,104)
(79%,50%,41%)

RGB channels and saturation

R 202 of 255 = 79%
G 127 of 255 = 50%
B 104 of 255 = 41%

202
127
104

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

Portions of RGB colors in percentages

R + G + B =
202 + 127 + 104 = 433 (100%)
R 202 of 433 ~ 46.65%
G 127 of 433 ~ 29.33%
B 104 of 433 ~ 24.02%

%46.65
%29.33
%24.02

CMYK color model

#CA7F68 color CMYK value is (0,37,49,21).

  • cyan value is 0.00%
  • magenta value is 37.13%
  • yellow value is 48.51%
  • key color value is 20.78%
CMYK:
(0,37,49,21)
C0M37Y49K21 
(0%,37%,49%,21%)
(0.00/0.37/0.49/0.21)	

CMYK percentages

%0
%37.13
%48.51
%20.78

Codes

Color #CA7F68 in popluar color models

CA7F68
RGB202127104
HSL14°48.04%60.00%
HSB/HSV14°48.51%79.22%
CMYK0.00%37.13%48.51%
20.78%

Color #CA7F68 in popluar number systems.

HEXCA7F68
Decimal202127104
Binary1100101011111111101000
Octal312177150

Shades and tints

Shades of #CA7F68

#CA7F68
(202,127,104)
#B8745F
(184,116,95)
#A66956
(166,105,86)
#945E4D
(148,94,77)
#825344
(130,83,68)
#70483B
(112,72,59)
#5E3D32
(94,61,50)
#4C3229
(76,50,41)
#3A2720
(58,39,32)
#281C17
(40,28,23)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #CA7F68

#CA7F68
(202,127,104)
#CE8A75
(206,138,117)
#D29582
(210,149,130)
#D6A08F
(214,160,143)
#DAAB9C
(218,171,156)
#DEB6A9
(222,182,169)
#E2C1B6
(226,193,182)
#E6CCC3
(230,204,195)
#EAD7D0
(234,215,208)
#EEE2DD
(238,226,221)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA7F68 color. Also use rgb(202,127,104) instead hex code.

Text Font Color

.myTextColor { color: #CA7F68; }

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

This text font color is #CA7F68.


Background Color

.myBgColor { background-color: #CA7F68; }

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

This div background color is #CA7F68.


Border color

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

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

This div border color is #CA7F68.


Opacity

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

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

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

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

This text has shadow with #CA7F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA7F68 on black background.


Color preview on white background

This text has color #CA7F68 on white background.



Black color preview on #CA7F68 background

This text has black color on #CA7F68 background.


White color preview on #CA7F68 background

This text has white color on #CA7F68 background.