COLOR #C32B66

HEX: #C32B66
RGB: (195,43,102)

Color info

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

RGB color model

#C32B66 color RGB value is (195,43,102).

  • red value is 195;
  • green value is 43;
  • blue value is 102.
RGB:
(195,43,102)
(76%,17%,40%)

RGB channels and saturation

R 195 of 255 = 76%
G 43 of 255 = 17%
B 102 of 255 = 40%

195
43
102

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

Portions of RGB colors in percentages

R + G + B =
195 + 43 + 102 = 340 (100%)
R 195 of 340 ~ 57.35%
G 43 of 340 ~ 12.65%
B 102 of 340 ~ 30%

%57.35
%12.65
%30

CMYK color model

#C32B66 color CMYK value is (0,78,48,24).

  • cyan value is 0.00%
  • magenta value is 77.95%
  • yellow value is 47.69%
  • key color value is 23.53%
CMYK:
(0,78,48,24)
C0M78Y48K24 
(0%,78%,48%,24%)
(0.00/0.78/0.48/0.24)	

CMYK percentages

%0
%77.95
%47.69
%23.53

Codes

Color #C32B66 in popluar color models

C32B66
RGB19543102
HSL337°63.87%46.67%
HSB/HSV337°77.95%76.47%
CMYK0.00%77.95%47.69%
23.53%

Color #C32B66 in popluar number systems.

HEXC32B66
Decimal19543102
Binary110000111010111100110
Octal30353146

Shades and tints

Shades of #C32B66

#C32B66
(195,43,102)
#B2285D
(178,40,93)
#A12554
(161,37,84)
#90224B
(144,34,75)
#7F1F42
(127,31,66)
#6E1C39
(110,28,57)
#5D1930
(93,25,48)
#4C1627
(76,22,39)
#3B131E
(59,19,30)
#2A1015
(42,16,21)
#190D0C
(25,13,12)
#000000
(0,0,0)

Tints of #C32B66

#C32B66
(195,43,102)
#C83E73
(200,62,115)
#CD5180
(205,81,128)
#D2648D
(210,100,141)
#D7779A
(215,119,154)
#DC8AA7
(220,138,167)
#E19DB4
(225,157,180)
#E6B0C1
(230,176,193)
#EBC3CE
(235,195,206)
#F0D6DB
(240,214,219)
#F5E9E8
(245,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C32B66; }

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

This text font color is #C32B66.


Background Color

.myBgColor { background-color: #C32B66; }

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

This div background color is #C32B66.


Border color

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

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

This div border color is #C32B66.


Opacity

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

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

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

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

This text has shadow with #C32B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C32B66 on black background.


Color preview on white background

This text has color #C32B66 on white background.



Black color preview on #C32B66 background

This text has black color on #C32B66 background.


White color preview on #C32B66 background

This text has white color on #C32B66 background.