Color Hex Logo

#c56210 Color Hex

#C56210
(197,98,16)
0 Favorites   0 Comments

Color spaces of #c56210

RGB 1979816
HSL0.080.850.42
HSV27°92°77°
CMYK 0.000.500.92   0.23
XYZ27.487220.64313.0260
Yxy20.64310.53730.4035
Hunter Lab45.434728.478727.8555
CIE-Lab52.556735.146357.6206

#c56210 color RGB value is (197,98,16).

#c56210 hex color red value is 197, green value is 98 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c56210 hue: 0.08 , saturation: 0.85 and the lightness value of c56210 is 0.42.

The process color (four color CMYK) of #c56210 color hex is 0.00, 0.50, 0.92, 0.23. Web safe color of #c56210 is #cc6600. Color #c56210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 00010000
Octal 305 142 20
Decimal 197 98 16
Hex C5 62 10

RGB Percentages of Color #c56210

%63.34
%31.51
%5.14

CMYK Percentages of Color #c56210

%0
%50
%92
%23

Triadic Colors of #c56210

#c56210 #10c562 #6210c5

Analogous Colors of #c56210

#c56210 #c5bd10 #c51018

Monochromatic Colors of #c56210

#c56210

Complementary Color

#c56210 #1073c5

#c56210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56210 Color CSS Codes

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

#c56210 Text Font Color

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

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


#c56210 Background Color

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

This div background color is #c56210


#c56210 Border Color

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

This div border color is #c56210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56210


Comments

No comments written yet.

Please login to write comment.