COLOR #C39999

HEX: #C39999 RGB: (195,153,153)

Color info

#C39999 contains red, green and blue colors in about the same proportion. Web safe color of #C39999 is #CC9999 (or #C99).

RGB color model

#C39999 color RGB value is (195,153,153).

RGB: (195,153,153) (76%, 60%, 60%)

RGB channels and saturation

R 195 of 255 = 76%
G 153 of 255 = 60%
B 153 of 255 = 60%

195
153
153

R + G + B ~ 65%. #C39999 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 153 + 153 = 501 (100%)
R 195 of 501 ~ 38.92%
G 153 of 501 ~ 30.54%
B 153 of 501 ~ 30.54'%

%38.92
%30.54
%30.54

CMYK color model

#C39999 color CMYK value is (0,22,22,24).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK: (0,22,22,24) C0M22Y22K24 (0%,22%,22%,24%) (0.00/0.22/0.22/0.24) 

CMYK percentages

%0
%21.54
%21.54
%23.53

Codes

Color #C39999 in popluar color models

C3 99 99
RGB 195 153 153
HSL 25.93% 68.24%
HSB/HSV 21.54% 76.47%
CMYK 0.00% 21.54% 21.54%
23.53%

Color #C39999 in popluar number systems.

HEX C3 99 99
Decimal 195 153 153
Binary 11000011 10011001 10011001
Octal 303 231 231

Shades and tints

Shades of #C39999

#C39999
(195,153,153)
#B28C8C
(178,140,140)
#A17F7F
(161,127,127)
#907272
(144,114,114)
#7F6565
(127,101,101)
#6E5858
(110,88,88)
#5D4B4B
(93,75,75)
#4C3E3E
(76,62,62)
#3B3131
(59,49,49)
#2A2424
(42,36,36)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #C39999

#C39999
(195,153,153)
#C8A2A2
(200,162,162)
#CDABAB
(205,171,171)
#D2B4B4
(210,180,180)
#D7BDBD
(215,189,189)
#DCC6C6
(220,198,198)
#E1CFCF
(225,207,207)
#E6D8D8
(230,216,216)
#EBE1E1
(235,225,225)
#F0EAEA
(240,234,234)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39999 color. Also use rgb(195,153,153) instead hex code.

Text Font Color

.myTextColor { color: #C39999; }

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

This text font color is #C39999.

Background Color

.myBgColor { background-color: #C39999; }

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

This div background color is #C39999.

Border color

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

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

This div border color is #C39999.

Opacity

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

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

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

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

This text has shadow with #C39999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39999.

Preview

Color preview on black background

This text has color #C39999 on black background.


Color preview on white background

This text has color #C39999 on white background.


Black color preview on #C39999 background

This text has black color on #C39999 background.


White color preview on #C39999 background

This text has white color on #C39999 background.


Related colors

Complementary color

Complementary color for #hex is #3C6666.


I love getcolorcode.com