color codes Logo

#c1460b color codes

#C1460B
(193,70,11)
0 Favorites   0 Comments

Color spaces of #c1460b

RGB 1937011
HSL0.050.890.40
HSV19°94°76°
CMYK 0.000.640.94   0.24
XYZ24.242915.74192.0774
Yxy15.74190.57640.3743
Hunter Lab39.676139.634124.6689
CIE-Lab46.634047.117854.5476

#c1460b color RGB value is (193,70,11).

#c1460b hex color red value is 193, green value is 70 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c1460b hue: 0.05 , saturation: 0.89 and the lightness value of c1460b is 0.40.

The process color (four color CMYK) of #c1460b color code is 0.00, 0.64, 0.94, 0.24. Web safe color of #c1460b is #cc3300. Color #c1460b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000110 00001011
Octal 301 106 13
Decimal 193 70 11
Hex C1 46 B

RGB Percentages of Color #c1460b

%70.44
%25.55
%4.01

CMYK Percentages of Color #c1460b

%0
%64
%94
%24

Triadic Colors of #c1460b

#c1460b #0bc146 #460bc1

Analogous Colors of #c1460b

#c1460b #c1a10b #c10b2b

Monochromatic Colors of #c1460b

#c1460b

Complementary Color

#c1460b #0b86c1

#c1460b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1460b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1460b Color CSS Codes

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

#c1460b Text Font Color

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

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


#c1460b Background Color

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

This div background color is #c1460b


#c1460b Border Color

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

This div border color is #c1460b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1460b


Comments

No comments written yet.

Please login to write comment.