Color Hex Logo

#c56628 Color Hex

#C56628
(197,102,40)
0 Favorites   0 Comments

Color spaces of #c56628

RGB 19710240
HSL0.070.660.46
HSV24°80°77°
CMYK 0.000.480.80   0.23
XYZ28.160321.52634.6783
Yxy21.52630.51800.3960
Hunter Lab46.396427.146726.4991
CIE-Lab53.520833.667949.8137

#c56628 color RGB value is (197,102,40).

#c56628 hex color red value is 197, green value is 102 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c56628 hue: 0.07 , saturation: 0.66 and the lightness value of c56628 is 0.46.

The process color (four color CMYK) of #c56628 color hex is 0.00, 0.48, 0.80, 0.23. Web safe color of #c56628 is #cc6633. Color #c56628 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100110 00101000
Octal 305 146 50
Decimal 197 102 40
Hex C5 66 28

RGB Percentages of Color #c56628

%58.11
%30.09
%11.80

CMYK Percentages of Color #c56628

%0
%48
%80
%23

Triadic Colors of #c56628

#c56628 #28c566 #6628c5

Analogous Colors of #c56628

#c56628 #c5b528 #c52838

Monochromatic Colors of #c56628

#c56628

Complementary Color

#c56628 #2887c5

#c56628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56628 Color CSS Codes

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

#c56628 Text Font Color

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

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


#c56628 Background Color

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

This div background color is #c56628


#c56628 Border Color

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

This div border color is #c56628


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,102,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c56628; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c56628;
  -webkit-box-shadow: 1px 1px 3px 2px #c56628;
  box-shadow:         1px 1px 3px 2px #c56628; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,102,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56628


Comments

No comments written yet.

Please login to write comment.