Color Hex Logo

#c2692f Color Hex

#C2692F
(194,105,47)
0 Favorites   0 Comments

Color spaces of #c2692f

RGB 19410547
HSL0.070.610.47
HSV24°76°76°
CMYK 0.000.460.76   0.24
XYZ27.812821.77775.4269
Yxy21.77770.50550.3958
Hunter Lab46.666624.717625.7717
CIE-Lab53.790331.129146.7254

#c2692f color RGB value is (194,105,47).

#c2692f hex color red value is 194, green value is 105 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c2692f hue: 0.07 , saturation: 0.61 and the lightness value of c2692f is 0.47.

The process color (four color CMYK) of #c2692f color hex is 0.00, 0.46, 0.76, 0.24. Web safe color of #c2692f is #cc6633. Color #c2692f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101001 00101111
Octal 302 151 57
Decimal 194 105 47
Hex C2 69 2F

RGB Percentages of Color #c2692f

%56.07
%30.35
%13.58

CMYK Percentages of Color #c2692f

%0
%46
%76
%24

Triadic Colors of #c2692f

#c2692f #2fc269 #692fc2

Analogous Colors of #c2692f

#c2692f #c2b32f #c22f3f

Monochromatic Colors of #c2692f

#c2692f

Complementary Color

#c2692f #2f88c2

#c2692f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2692f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2692f Color CSS Codes

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

#c2692f Text Font Color

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

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


#c2692f Background Color

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

This div background color is #c2692f


#c2692f Border Color

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

This div border color is #c2692f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,105,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 #c2692f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2692f


Comments

No comments written yet.

Please login to write comment.