Color Hex Logo

#c5632b Color Hex

#C5632B
(197,99,43)
0 Favorites   0 Comments

Color spaces of #c5632b

RGB 1979943
HSL0.060.640.47
HSV22°78°77°
CMYK 0.000.500.78   0.23
XYZ27.923820.96844.8611
Yxy20.96840.51950.3901
Hunter Lab45.791328.715725.7598
CIE-Lab52.914935.343647.8684

#c5632b color RGB value is (197,99,43).

#c5632b hex color red value is 197, green value is 99 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c5632b hue: 0.06 , saturation: 0.64 and the lightness value of c5632b is 0.47.

The process color (four color CMYK) of #c5632b color hex is 0.00, 0.50, 0.78, 0.23. Web safe color of #c5632b is #cc6633. Color #c5632b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100011 00101011
Octal 305 143 53
Decimal 197 99 43
Hex C5 63 2B

RGB Percentages of Color #c5632b

%58.11
%29.20
%12.68

CMYK Percentages of Color #c5632b

%0
%50
%78
%23

Triadic Colors of #c5632b

#c5632b #2bc563 #632bc5

Analogous Colors of #c5632b

#c5632b #c5b02b #c52b40

Monochromatic Colors of #c5632b

#c5632b

Complementary Color

#c5632b #2b8dc5

#c5632b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5632b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5632b Color CSS Codes

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

#c5632b Text Font Color

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

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


#c5632b Background Color

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

This div background color is #c5632b


#c5632b Border Color

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

This div border color is #c5632b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5632b


Comments

No comments written yet.

Please login to write comment.