Color Hex Logo

#c69a2f Color Hex

#C69A2F
(198,154,47)
0 Favorites   0 Comments

Color spaces of #c69a2f

RGB 19815447
HSL0.120.620.48
HSV43°76°78°
CMYK 0.000.220.76   0.22
XYZ35.357435.32227.6437
Yxy35.32220.45140.4510
Hunter Lab59.43252.185933.9774
CIE-Lab65.99886.155158.8726

#c69a2f color RGB value is (198,154,47).

#c69a2f hex color red value is 198, green value is 154 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c69a2f hue: 0.12 , saturation: 0.62 and the lightness value of c69a2f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011010 00101111
Octal 306 232 57
Decimal 198 154 47
Hex C6 9A 2F

RGB Percentages of Color #c69a2f

%49.62
%38.60
%11.78

CMYK Percentages of Color #c69a2f

%0
%22
%76
%22

Triadic Colors of #c69a2f

#c69a2f #2fc69a #9a2fc6

Analogous Colors of #c69a2f

#c69a2f #a7c62f #c64f2f

Monochromatic Colors of #c69a2f

#c69a2f

Complementary Color

#c69a2f #2f5bc6

#c69a2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69a2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69a2f Color CSS Codes

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

#c69a2f Text Font Color

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

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


#c69a2f Background Color

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

This div background color is #c69a2f


#c69a2f Border Color

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

This div border color is #c69a2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,154,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c69a2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c69a2f;
  -webkit-box-shadow: 1px 1px 3px 2px #c69a2f;
  box-shadow:         1px 1px 3px 2px #c69a2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,154,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69a2f


Comments

No comments written yet.

Please login to write comment.