Color Hex Logo

#c99646 Color Hex

#C99646
(201,150,70)
0 Favorites   0 Comments

Color spaces of #c99646

RGB 20115070
HSL0.100.550.53
HSV37°65°79°
CMYK 0.000.250.65   0.21
XYZ36.099234.672410.5842
Yxy34.67240.44370.4262
Hunter Lab58.88336.386130.5610
CIE-Lab65.492810.833348.5455

#c99646 color RGB value is (201,150,70).

#c99646 hex color red value is 201, green value is 150 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c99646 hue: 0.10 , saturation: 0.55 and the lightness value of c99646 is 0.53.

The process color (four color CMYK) of #c99646 color hex is 0.00, 0.25, 0.65, 0.21. Web safe color of #c99646 is #cc9933. Color #c99646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010110 01000110
Octal 311 226 106
Decimal 201 150 70
Hex C9 96 46

RGB Percentages of Color #c99646

%47.74
%35.63
%16.63

CMYK Percentages of Color #c99646

%0
%25
%65
%21

Triadic Colors of #c99646

#c99646 #46c996 #9646c9

Analogous Colors of #c99646

#c99646 #bbc946 #c95546

Monochromatic Colors of #c99646

#c99646

Complementary Color

#c99646 #4679c9

#c99646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99646 Color CSS Codes

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

#c99646 Text Font Color

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

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


#c99646 Background Color

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

This div background color is #c99646


#c99646 Border Color

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

This div border color is #c99646


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,150,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c99646; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c99646;
  -webkit-box-shadow: 1px 1px 3px 2px #c99646;
  box-shadow:         1px 1px 3px 2px #c99646; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,150,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99646

#c99646 Color Palettes


Comments

No comments written yet.

Please login to write comment.