Color Hex Logo

#c4824a Color Hex

#C4824A
(196,130,74)
0 Favorites   0 Comments

Color spaces of #c4824a

RGB 19613074
HSL0.080.510.53
HSV28°62°77°
CMYK 0.000.340.62   0.23
XYZ31.983628.195410.2351
Yxy28.19540.45420.4004
Hunter Lab53.099314.593025.7412
CIE-Lab60.064919.910340.2093

#c4824a color RGB value is (196,130,74).

#c4824a hex color red value is 196, green value is 130 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c4824a hue: 0.08 , saturation: 0.51 and the lightness value of c4824a is 0.53.

The process color (four color CMYK) of #c4824a color hex is 0.00, 0.34, 0.62, 0.23. Web safe color of #c4824a is #cc9933. Color #c4824a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000010 01001010
Octal 304 202 112
Decimal 196 130 74
Hex C4 82 4A

RGB Percentages of Color #c4824a

%49.00
%32.50
%18.50

CMYK Percentages of Color #c4824a

%0
%34
%62
%23

Triadic Colors of #c4824a

#c4824a #4ac482 #824ac4

Analogous Colors of #c4824a

#c4824a #c4bf4a #c44a4f

Monochromatic Colors of #c4824a

#c4824a

Complementary Color

#c4824a #4a8cc4

#c4824a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4824a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4824a Color CSS Codes

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

#c4824a Text Font Color

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

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


#c4824a Background Color

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

This div background color is #c4824a


#c4824a Border Color

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

This div border color is #c4824a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,130,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4824a


Comments

No comments written yet.

Please login to write comment.