#c4b0a5

#c4b0a5 color hex

#c4b0a5 hex color information.
RGB value of #c4b0a5 is (196,176,165)
Change page background color to #c4b0a5 | Reset

#c4b0a5 rgb color chart

Color spaces of #c4b0a5

RGB 196176165
HSL0.060.210.71
HSV21°16°77°
CMYK 0.000.100.16   0.23
XYZ45.081845.503042.0042
Yxy45.50300.34000.3432
Hunter Lab67.45591.246410.2998
CIE-Lab73.22195.35688.2377

Shades of #c4b0a5

Tints of #c4b0a5

RGB Percentages of Color #c4b0a5

%36.50
%32.77
%30.73

CMYK Percentages of Color #c4b0a5

%0
%10
%16
%23

#c4b0a5 Color Info

#c4b0a5 hex color red value is 196, green value is 176 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #c4b0a5 hue: 0.06 , saturation: 0.21 and the lightness value of c4b0a5 is 0.71.

The process color (four color CMYK) of #c4b0a5 hex color is 0.00, 0.10, 0.16, 0.23. Web safe color of #c4b0a5 is #cc9999

Color #c4b0a5 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10110000 10100101
Octal 304 260 245
Decimal 196 176 165
Hexadecimal C4 B0 A5

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #c4b0a5

Triadic Colors of #c4b0a5

#c4b0a5 #a4c3af #afa4c3

Analogous Colors of #c4b0a5

#c4b0a5 #c3bfa4 #c3a4a9

Complementary Color of #c4b0a5

#c4b0a5 #a4b9c3

#c4b0a5 HSL Color Chart
#c4b0a5 hsl color chart
#c4b0a5 RGB Color Chart

#c4b0a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4b0a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4b0a5 Color CSS Codes

.mybgcolor {background-color:#c4b0a5; } 
.myforecolor {color:#c4b0a5; }
.mybordercolor {border:3px solid #c4b0a5; }
Sample text font color #c4b0a5

This sample text font color is #c4b0a5
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.

html code
<p style="color:#c4b0a5">Text here</p>
#c4b0a5 background color

This div background color is #c4b0a5

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

This div border color is #c4b0a5

<div style="border:3px solid #c4b0a5">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #c4b0a5 Color Sample
#c4b0a5border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(196,176,165, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #c4b0a5; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #c4b0a5;
  -webkit-box-shadow: 1px 1px 3px 2px #c4b0a5;
  box-shadow:         1px 1px 3px 2px #c4b0a5; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,176,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c4b0a5">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #c4b0a5

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top