COLOR #CA674B

HEX: #CA674B
RGB: (202,103,75)

Color info

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

RGB color model

#CA674B color RGB value is (202,103,75).

  • red value is 202;
  • green value is 103;
  • blue value is 75.
RGB:
(202,103,75)
(79%,40%,29%)

RGB channels and saturation

R 202 of 255 = 79%
G 103 of 255 = 40%
B 75 of 255 = 29%

202
103
75

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

Portions of RGB colors in percentages

R + G + B =
202 + 103 + 75 = 380 (100%)
R 202 of 380 ~ 53.16%
G 103 of 380 ~ 27.11%
B 75 of 380 ~ 19.74%

%53.16
%27.11
%19.74

CMYK color model

#CA674B color CMYK value is (0,49,63,21).

  • cyan value is 0.00%
  • magenta value is 49.01%
  • yellow value is 62.87%
  • key color value is 20.78%
CMYK:
(0,49,63,21)
C0M49Y63K21 
(0%,49%,63%,21%)
(0.00/0.49/0.63/0.21)	

CMYK percentages

%0
%49.01
%62.87
%20.78

Codes

Color #CA674B in popluar color models

CA674B
RGB20210375
HSL13°54.51%54.31%
HSB/HSV13°62.87%79.22%
CMYK0.00%49.01%62.87%
20.78%

Color #CA674B in popluar number systems.

HEXCA674B
Decimal20210375
Binary1100101011001111001011
Octal312147113

Shades and tints

Shades of #CA674B

#CA674B
(202,103,75)
#B85E45
(184,94,69)
#A6553F
(166,85,63)
#944C39
(148,76,57)
#824333
(130,67,51)
#703A2D
(112,58,45)
#5E3127
(94,49,39)
#4C2821
(76,40,33)
#3A1F1B
(58,31,27)
#281615
(40,22,21)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #CA674B

#CA674B
(202,103,75)
#CE745B
(206,116,91)
#D2816B
(210,129,107)
#D68E7B
(214,142,123)
#DA9B8B
(218,155,139)
#DEA89B
(222,168,155)
#E2B5AB
(226,181,171)
#E6C2BB
(230,194,187)
#EACFCB
(234,207,203)
#EEDCDB
(238,220,219)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA674B color. Also use rgb(202,103,75) instead hex code.

Text Font Color

.myTextColor { color: #CA674B; }

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

This text font color is #CA674B.


Background Color

.myBgColor { background-color: #CA674B; }

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

This div background color is #CA674B.


Border color

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

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

This div border color is #CA674B.


Opacity

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

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

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

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

This text has shadow with #CA674B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA674B on black background.


Color preview on white background

This text has color #CA674B on white background.



Black color preview on #CA674B background

This text has black color on #CA674B background.


White color preview on #CA674B background

This text has white color on #CA674B background.