Color Hex Logo

#c89f3f Color Hex

#C89F3F
(200,159,63)
0 Favorites   0 Comments

Color spaces of #c89f3f

RGB 20015963
HSL0.120.550.52
HSV42°69°78°
CMYK 0.000.210.69   0.22
XYZ37.114837.43459.9721
Yxy37.43450.43910.4429
Hunter Lab61.18371.208733.1652
CIE-Lab67.60175.107453.9896

#c89f3f color RGB value is (200,159,63).

#c89f3f hex color red value is 200, green value is 159 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c89f3f hue: 0.12 , saturation: 0.55 and the lightness value of c89f3f is 0.52.

The process color (four color CMYK) of #c89f3f color hex is 0.00, 0.21, 0.69, 0.22. Web safe color of #c89f3f is #cc9933. Color #c89f3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011111 00111111
Octal 310 237 77
Decimal 200 159 63
Hex C8 9F 3F

RGB Percentages of Color #c89f3f

%47.39
%37.68
%14.93

CMYK Percentages of Color #c89f3f

%0
%21
%69
%22

Triadic Colors of #c89f3f

#c89f3f #3fc89f #9f3fc8

Analogous Colors of #c89f3f

#c89f3f #adc83f #c85b3f

Monochromatic Colors of #c89f3f

#c89f3f

Complementary Color

#c89f3f #3f68c8

#c89f3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89f3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89f3f Color CSS Codes

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

#c89f3f Text Font Color

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

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


#c89f3f Background Color

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

This div background color is #c89f3f


#c89f3f Border Color

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

This div border color is #c89f3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,159,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c89f3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c89f3f;
  -webkit-box-shadow: 1px 1px 3px 2px #c89f3f;
  box-shadow:         1px 1px 3px 2px #c89f3f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,159,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89f3f


Comments

No comments written yet.

Please login to write comment.