color codes Logo

#c1633f color codes

#C1633F
(193,99,63)
0 Favorites   0 Comments

Color spaces of #c1633f

RGB 1939963
HSL0.050.510.50
HSV17°67°76°
CMYK 0.000.490.67   0.24
XYZ27.351420.62007.2411
Yxy20.62000.49540.3735
Hunter Lab45.409328.049922.3319
CIE-Lab52.531134.711137.1272

#c1633f color RGB value is (193,99,63).

#c1633f hex color red value is 193, green value is 99 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c1633f hue: 0.05 , saturation: 0.51 and the lightness value of c1633f is 0.50.

The process color (four color CMYK) of #c1633f color code is 0.00, 0.49, 0.67, 0.24. Web safe color of #c1633f is #cc6633. Color #c1633f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100011 00111111
Octal 301 143 77
Decimal 193 99 63
Hex C1 63 3F

RGB Percentages of Color #c1633f

%54.37
%27.89
%17.75

CMYK Percentages of Color #c1633f

%0
%49
%67
%24

Triadic Colors of #c1633f

#c1633f #3fc163 #633fc1

Analogous Colors of #c1633f

#c1633f #c1a43f #c13f5c

Monochromatic Colors of #c1633f

#c1633f

Complementary Color

#c1633f #3f9dc1

#c1633f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1633f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1633f Color CSS Codes

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

#c1633f Text Font Color

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

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


#c1633f Background Color

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

This div background color is #c1633f


#c1633f Border Color

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

This div border color is #c1633f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1633f


Comments

No comments written yet.

Please login to write comment.