COLOR #CA075F

HEX: #CA075F
RGB: (202,7,95)

Color info

#CA075F contains mainly red color. Web safe color of #CA075F is #CC0066 (or #C06).

RGB color model

#CA075F color RGB value is (202,7,95).

  • red value is 202;
  • green value is 7;
  • blue value is 95.
RGB:
(202,7,95)
(79%,3%,37%)

RGB channels and saturation

R 202 of 255 = 79%
G 7 of 255 = 3%
B 95 of 255 = 37%

202
7
95

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

Portions of RGB colors in percentages

R + G + B =
202 + 7 + 95 = 304 (100%)
R 202 of 304 ~ 66.45%
G 7 of 304 ~ 2.3%
B 95 of 304 ~ 31.25%

%66.45
%31.25

CMYK color model

#CA075F color CMYK value is (0,97,53,21).

  • cyan value is 0.00%
  • magenta value is 96.53%
  • yellow value is 52.97%
  • key color value is 20.78%
CMYK:
(0,97,53,21)
C0M97Y53K21 
(0%,97%,53%,21%)
(0.00/0.97/0.53/0.21)	

CMYK percentages

%0
%96.53
%52.97
%20.78

Codes

Color #CA075F in popluar color models

CA075F
RGB202795
HSL333°93.30%40.98%
HSB/HSV333°96.53%79.22%
CMYK0.00%96.53%52.97%
20.78%

Color #CA075F in popluar number systems.

HEXCA075F
Decimal202795
Binary110010101111011111
Octal3127137

Shades and tints

Shades of #CA075F

#CA075F
(202,7,95)
#B80757
(184,7,87)
#A6074F
(166,7,79)
#940747
(148,7,71)
#82073F
(130,7,63)
#700737
(112,7,55)
#5E072F
(94,7,47)
#4C0727
(76,7,39)
#3A071F
(58,7,31)
#280717
(40,7,23)
#16070F
(22,7,15)
#000000
(0,0,0)

Tints of #CA075F

#CA075F
(202,7,95)
#CE1D6D
(206,29,109)
#D2337B
(210,51,123)
#D64989
(214,73,137)
#DA5F97
(218,95,151)
#DE75A5
(222,117,165)
#E28BB3
(226,139,179)
#E6A1C1
(230,161,193)
#EAB7CF
(234,183,207)
#EECDDD
(238,205,221)
#F2E3EB
(242,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA075F color. Also use rgb(202,7,95) instead hex code.

Text Font Color

.myTextColor { color: #CA075F; }

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

This text font color is #CA075F.


Background Color

.myBgColor { background-color: #CA075F; }

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

This div background color is #CA075F.


Border color

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

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

This div border color is #CA075F.


Opacity

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

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

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

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

This text has shadow with #CA075F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA075F on black background.


Color preview on white background

This text has color #CA075F on white background.



Black color preview on #CA075F background

This text has black color on #CA075F background.


White color preview on #CA075F background

This text has white color on #CA075F background.