COLOR #C66362

HEX: #C66362 RGB: (198,99,98)

Color info

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

RGB color model

#C66362 color RGB value is (198,99,98).

RGB: (198,99,98) (78%, 39%, 38%)

RGB channels and saturation

R 198 of 255 = 78%
G 99 of 255 = 39%
B 98 of 255 = 38%

198
99
98

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

Portions of RGB colors in percentages

R + G + B = 198 + 99 + 98 = 395 (100%)
R 198 of 395 ~ 50.13%
G 99 of 395 ~ 25.06%
B 98 of 395 ~ 24.81'%

%50.13
%25.06
%24.81

CMYK color model

#C66362 color CMYK value is (0,50,51,22).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 50.51%
  • key color value is 22.35%

CMYK: (0,50,51,22)
C0M50Y51K22 (0%, 50%, 51%, 22%)
(0.00 / 0.50 / 0.51 / 0.22)

CMYK percentages

%0
%50
%50.51
%22.35

Codes

Color #C66362 in popluar color models

C6 63 62
RGB 198 99 98
HSL 46.73% 58.04%
HSB/HSV 50.51% 77.65%
CMYK 0.00% 50.00% 50.51%
22.35%

Color #C66362 in popluar number systems.

HEX C6 63 62
Decimal 198 99 98
Binary 11000110 1100011 1100010
Octal 306 143 142

Shades and tints

Shades of #C66362

#C66362
(198,99,98)
#B45A5A
(180,90,90)
#A25152
(162,81,82)
#90484A
(144,72,74)
#7E3F42
(126,63,66)
#6C363A
(108,54,58)
#5A2D32
(90,45,50)
#48242A
(72,36,42)
#361B22
(54,27,34)
#24121A
(36,18,26)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #C66362

#C66362
(198,99,98)
#CB7170
(203,113,112)
#D07F7E
(208,127,126)
#D58D8C
(213,141,140)
#DA9B9A
(218,155,154)
#DFA9A8
(223,169,168)
#E4B7B6
(228,183,182)
#E9C5C4
(233,197,196)
#EED3D2
(238,211,210)
#F3E1E0
(243,225,224)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66362 color. Also use rgb(198,99,98) instead hex code.

Text Font Color

.myTextColor { color: #C66362; }

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

This text font color is #C66362.

Background Color

.myBgColor { background-color: #C66362; }

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

This div background color is #C66362.

Border color

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

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

This div border color is #C66362.

Opacity

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

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

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

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

This text has shadow with #C66362 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C66362.

Preview

Color preview on black background

This text has color #C66362 on black background.


Color preview on white background

This text has color #C66362 on white background.


Black color preview on #C66362 background

This text has black color on #C66362 background.


White color preview on #C66362 background

This text has white color on #C66362 background.


Related colors

Complementary color

Complementary color for #hex is #399C9D.


I love getcolorcode.com

Triadic colors

1 #62C663 and #6362C6 with #C66362 are triadic colors.

2 #6263C6 and #63C662 with #C66362 are triadic colors.