Color Hex Logo

#c98965 Color Hex

#C98965
(201,137,101)
0 Favorites   0 Comments

Color spaces of #c98965

RGB 201137101
HSL0.060.480.59
HSV22°50°79°
CMYK 0.000.320.50   0.21
XYZ35.382031.248416.4786
Yxy31.24840.42570.3760
Hunter Lab55.900315.155921.6523
CIE-Lab62.716820.385029.1367

#c98965 color RGB value is (201,137,101).

#c98965 hex color red value is 201, green value is 137 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c98965 hue: 0.06 , saturation: 0.48 and the lightness value of c98965 is 0.59.

The process color (four color CMYK) of #c98965 color hex is 0.00, 0.32, 0.50, 0.21. Web safe color of #c98965 is #cc9966. Color #c98965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001001 01100101
Octal 311 211 145
Decimal 201 137 101
Hex C9 89 65

RGB Percentages of Color #c98965

%45.79
%31.21
%23.01

CMYK Percentages of Color #c98965

%0
%32
%50
%21

Triadic Colors of #c98965

#c98965 #65c989 #8965c9

Analogous Colors of #c98965

#c98965 #c9bb65 #c96573

Monochromatic Colors of #c98965

#c98965

Complementary Color

#c98965 #65a5c9

#c98965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98965 Color CSS Codes

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

#c98965 Text Font Color

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

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


#c98965 Background Color

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

This div background color is #c98965


#c98965 Border Color

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

This div border color is #c98965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98965


Comments

No comments written yet.

Please login to write comment.