Color Hex Logo

#c5661d Color Hex

#C5661D
(197,102,29)
1 Favorites   0 Comments

Color spaces of #c5661d

RGB 19710229
HSL0.070.740.44
HSV26°85°77°
CMYK 0.000.480.85   0.23
XYZ27.999121.46183.8292
Yxy21.46180.52540.4027
Hunter Lab46.326926.810027.5281
CIE-Lab53.451233.330354.2177

#c5661d color RGB value is (197,102,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100110 00011101
Octal 305 146 35
Decimal 197 102 29
Hex C5 66 1D

RGB Percentages of Color #c5661d

%60.06
%31.10
%8.84

CMYK Percentages of Color #c5661d

%0
%48
%85
%23

Triadic Colors of #c5661d

#c5661d #1dc566 #661dc5

Analogous Colors of #c5661d

#c5661d #c5ba1d #c51d28

Monochromatic Colors of #c5661d

#c5661d

Complementary Color

#c5661d #1d7cc5

#c5661d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5661d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5661d Color CSS Codes

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

#c5661d Text Font Color

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

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


#c5661d Background Color

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

This div background color is #c5661d


#c5661d Border Color

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

This div border color is #c5661d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5661d


Comments

No comments written yet.

Please login to write comment.