COLOR #CA4253

HEX: #CA4253
RGB: (202,66,83)

Color info

#CA4253 contains mainly red color. Web safe color of #CA4253 is #CC3366 (or #C36).

RGB color model

#CA4253 color RGB value is (202,66,83).

  • red value is 202;
  • green value is 66;
  • blue value is 83.
RGB:
(202,66,83)
(79%,26%,33%)

RGB channels and saturation

R 202 of 255 = 79%
G 66 of 255 = 26%
B 83 of 255 = 33%

202
66
83

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

Portions of RGB colors in percentages

R + G + B =
202 + 66 + 83 = 351 (100%)
R 202 of 351 ~ 57.55%
G 66 of 351 ~ 18.8%
B 83 of 351 ~ 23.65%

%57.55
%18.8
%23.65

CMYK color model

#CA4253 color CMYK value is (0,67,59,21).

  • cyan value is 0.00%
  • magenta value is 67.33%
  • yellow value is 58.91%
  • key color value is 20.78%
CMYK:
(0,67,59,21)
C0M67Y59K21 
(0%,67%,59%,21%)
(0.00/0.67/0.59/0.21)	

CMYK percentages

%0
%67.33
%58.91
%20.78

Codes

Color #CA4253 in popluar color models

CA4253
RGB2026683
HSL353°56.20%52.55%
HSB/HSV353°67.33%79.22%
CMYK0.00%67.33%58.91%
20.78%

Color #CA4253 in popluar number systems.

HEXCA4253
Decimal2026683
Binary1100101010000101010011
Octal312102123

Shades and tints

Shades of #CA4253

#CA4253
(202,66,83)
#B83C4C
(184,60,76)
#A63645
(166,54,69)
#94303E
(148,48,62)
#822A37
(130,42,55)
#702430
(112,36,48)
#5E1E29
(94,30,41)
#4C1822
(76,24,34)
#3A121B
(58,18,27)
#280C14
(40,12,20)
#16060D
(22,6,13)
#000000
(0,0,0)

Tints of #CA4253

#CA4253
(202,66,83)
#CE5362
(206,83,98)
#D26471
(210,100,113)
#D67580
(214,117,128)
#DA868F
(218,134,143)
#DE979E
(222,151,158)
#E2A8AD
(226,168,173)
#E6B9BC
(230,185,188)
#EACACB
(234,202,203)
#EEDBDA
(238,219,218)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA4253 color. Also use rgb(202,66,83) instead hex code.

Text Font Color

.myTextColor { color: #CA4253; }

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

This text font color is #CA4253.


Background Color

.myBgColor { background-color: #CA4253; }

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

This div background color is #CA4253.


Border color

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

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

This div border color is #CA4253.


Opacity

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

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

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

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

This text has shadow with #CA4253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA4253 on black background.


Color preview on white background

This text has color #CA4253 on white background.



Black color preview on #CA4253 background

This text has black color on #CA4253 background.


White color preview on #CA4253 background

This text has white color on #CA4253 background.