Color Hex Logo

#c99b61 Color Hex

#C99B61
(201,155,97)
0 Favorites   0 Comments

Color spaces of #c99b61

RGB 20115597
HSL0.090.490.58
HSV33°52°79°
CMYK 0.000.230.52   0.21
XYZ37.966436.723316.3965
Yxy36.72330.41680.4032
Hunter Lab60.59985.782626.3777
CIE-Lab67.068910.178136.8177

#c99b61 color RGB value is (201,155,97).

#c99b61 hex color red value is 201, green value is 155 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c99b61 hue: 0.09 , saturation: 0.49 and the lightness value of c99b61 is 0.58.

The process color (four color CMYK) of #c99b61 color hex is 0.00, 0.23, 0.52, 0.21. Web safe color of #c99b61 is #cc9966. Color #c99b61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011011 01100001
Octal 311 233 141
Decimal 201 155 97
Hex C9 9B 61

RGB Percentages of Color #c99b61

%44.37
%34.22
%21.41

CMYK Percentages of Color #c99b61

%0
%23
%52
%21

Triadic Colors of #c99b61

#c99b61 #61c99b #9b61c9

Analogous Colors of #c99b61

#c99b61 #c3c961 #c96761

Monochromatic Colors of #c99b61

#c99b61

Complementary Color

#c99b61 #618fc9

#c99b61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99b61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99b61 Color CSS Codes

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

#c99b61 Text Font Color

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

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


#c99b61 Background Color

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

This div background color is #c99b61


#c99b61 Border Color

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

This div border color is #c99b61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99b61


Comments

No comments written yet.

Please login to write comment.