Color Hex Logo

#c4692f Color Hex

#C4692F
(196,105,47)
0 Favorites   0 Comments

Color spaces of #c4692f

RGB 19610547
HSL0.060.610.48
HSV23°76°77°
CMYK 0.000.460.76   0.23
XYZ28.329622.04415.4511
Yxy22.04410.50750.3949
Hunter Lab46.951125.539725.9821
CIE-Lab54.073831.950947.1049

#c4692f color RGB value is (196,105,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101001 00101111
Octal 304 151 57
Decimal 196 105 47
Hex C4 69 2F

RGB Percentages of Color #c4692f

%56.32
%30.17
%13.51

CMYK Percentages of Color #c4692f

%0
%46
%76
%23

Triadic Colors of #c4692f

#c4692f #2fc469 #692fc4

Analogous Colors of #c4692f

#c4692f #c4b42f #c42f40

Monochromatic Colors of #c4692f

#c4692f

Complementary Color

#c4692f #2f8ac4

#c4692f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4692f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4692f Color CSS Codes

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

#c4692f Text Font Color

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

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


#c4692f Background Color

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

This div background color is #c4692f


#c4692f Border Color

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

This div border color is #c4692f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4692f


Comments

No comments written yet.

Please login to write comment.