Color Hex Logo

#c48952 Color Hex

#C48952
(196,137,82)
0 Favorites   0 Comments

Color spaces of #c48952

RGB 19613782
HSL0.080.490.55
HSV29°58°77°
CMYK 0.000.300.58   0.23
XYZ33.233630.236312.0672
Yxy30.23630.44000.4003
Hunter Lab54.987511.654425.4799
CIE-Lab61.857616.655938.1692

#c48952 color RGB value is (196,137,82).

#c48952 hex color red value is 196, green value is 137 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c48952 hue: 0.08 , saturation: 0.49 and the lightness value of c48952 is 0.55.

The process color (four color CMYK) of #c48952 color hex is 0.00, 0.30, 0.58, 0.23. Web safe color of #c48952 is #cc9966. Color #c48952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001001 01010010
Octal 304 211 122
Decimal 196 137 82
Hex C4 89 52

RGB Percentages of Color #c48952

%47.23
%33.01
%19.76

CMYK Percentages of Color #c48952

%0
%30
%58
%23

Triadic Colors of #c48952

#c48952 #52c489 #8952c4

Analogous Colors of #c48952

#c48952 #c4c252 #c45254

Monochromatic Colors of #c48952

#c48952

Complementary Color

#c48952 #528dc4

#c48952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48952 Color CSS Codes

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

#c48952 Text Font Color

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

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


#c48952 Background Color

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

This div background color is #c48952


#c48952 Border Color

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

This div border color is #c48952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48952


Comments

No comments written yet.

Please login to write comment.