Color Hex Logo

#ccb6bb Color Hex

#CCB6BB
(204,182,187)
0 Favorites   0 Comments

Color spaces of #ccb6bb

RGB 204182187
HSL0.960.180.76
HSV346°11°80°
CMYK 0.000.110.08   0.20
XYZ50.599449.881153.9749
Yxy49.88110.32760.3229
Hunter Lab70.62664.28734.1274
CIE-Lab75.99628.69840.3289

#ccb6bb color RGB value is (204,182,187).

#ccb6bb hex color red value is 204, green value is 182 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ccb6bb hue: 0.96 , saturation: 0.18 and the lightness value of ccb6bb is 0.76.

The process color (four color CMYK) of #ccb6bb color hex is 0.00, 0.11, 0.08, 0.20. Web safe color of #ccb6bb is #cccccc. Color #ccb6bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 10111011
Octal 314 266 273
Decimal 204 182 187
Hex CC B6 BB

RGB Percentages of Color #ccb6bb

%35.60
%31.76
%32.64

CMYK Percentages of Color #ccb6bb

%0
%11
%8
%20

Triadic Colors of #ccb6bb

#ccb6bb #bbccb6 #b6bbcc

Analogous Colors of #ccb6bb

#ccb6bb #ccbcb6 #ccb6c6

Monochromatic Colors of #ccb6bb

#ccb6bb

Complementary Color

#ccb6bb #b6ccc7

#ccb6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb6bb Color CSS Codes

.mybgcolor {background-color:#ccb6bb; } 
.myforecolor {color:#ccb6bb; }
.mybordercolor {border:3px solid #ccb6bb; }

#ccb6bb Text Font Color

<p style="color:#ccb6bb">Text here</p>

This sample text font color is #ccb6bb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ccb6bb Background Color

<div style="background-color:#ccb6bb">
Div content here</div>

This div background color is #ccb6bb


#ccb6bb Border Color

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

This div border color is #ccb6bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,182,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccb6bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccb6bb;
  -webkit-box-shadow: 1px 1px 3px 2px #ccb6bb;
  box-shadow:         1px 1px 3px 2px #ccb6bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,182,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccb6bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb6bb;
  -webkit-box-shadow: 1px 1px 3px 2px #ccb6bb;
  box-shadow:         1px 1px 3px 2px #ccb6bb;">
Div content here</div>

This div box has shadow with color #ccb6bb


Comments

No comments written yet.

Please login to write comment.