COLOR #C68298

HEX: #C68298
RGB: (198,130,152)

Color info

#C68298 contains mainly red and blue colors. Web safe color of #C68298 is #CC9999 (or #C99).

RGB color model

#C68298 color RGB value is (198,130,152).

  • red value is 198;
  • green value is 130;
  • blue value is 152.
RGB:
(198,130,152)
(78%,51%,60%)

RGB channels and saturation

R 198 of 255 = 78%
G 130 of 255 = 51%
B 152 of 255 = 60%

198
130
152

R + G + B ~ 63%. #C68298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 130 + 152 = 480 (100%)
R 198 of 480 ~ 41.25%
G 130 of 480 ~ 27.08%
B 152 of 480 ~ 31.67%

%41.25
%27.08
%31.67

CMYK color model

#C68298 color CMYK value is (0,34,23,22).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 23.23%
  • key color value is 22.35%
CMYK:
(0,34,23,22)
C0M34Y23K22 
(0%,34%,23%,22%)
(0.00/0.34/0.23/0.22)	

CMYK percentages

%0
%34.34
%23.23
%22.35

Codes

Color #C68298 in popluar color models

C68298
RGB198130152
HSL341°37.36%64.31%
HSB/HSV341°34.34%77.65%
CMYK0.00%34.34%23.23%
22.35%

Color #C68298 in popluar number systems.

HEXC68298
Decimal198130152
Binary110001101000001010011000
Octal306202230

Shades and tints

Shades of #C68298

#C68298
(198,130,152)
#B4778B
(180,119,139)
#A26C7E
(162,108,126)
#906171
(144,97,113)
#7E5664
(126,86,100)
#6C4B57
(108,75,87)
#5A404A
(90,64,74)
#48353D
(72,53,61)
#362A30
(54,42,48)
#241F23
(36,31,35)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C68298

#C68298
(198,130,152)
#CB8DA1
(203,141,161)
#D098AA
(208,152,170)
#D5A3B3
(213,163,179)
#DAAEBC
(218,174,188)
#DFB9C5
(223,185,197)
#E4C4CE
(228,196,206)
#E9CFD7
(233,207,215)
#EEDAE0
(238,218,224)
#F3E5E9
(243,229,233)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68298 color. Also use rgb(198,130,152) instead hex code.

Text Font Color

.myTextColor { color: #C68298; }

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

This text font color is #C68298.


Background Color

.myBgColor { background-color: #C68298; }

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

This div background color is #C68298.


Border color

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

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

This div border color is #C68298.


Opacity

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

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

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

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

This text has shadow with #C68298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68298 on black background.


Color preview on white background

This text has color #C68298 on white background.



Black color preview on #C68298 background

This text has black color on #C68298 background.


White color preview on #C68298 background

This text has white color on #C68298 background.