Color Hex Logo

#c8683d Color Hex

#C8683D
(200,104,61)
0 Favorites   0 Comments

Color spaces of #c8683d

RGB 20010461
HSL0.050.560.51
HSV19°70°78°
CMYK 0.000.480.70   0.22
XYZ29.612022.51697.2004
Yxy22.51690.49910.3795
Hunter Lab47.452028.350424.2197
CIE-Lab54.571234.772240.7968

#c8683d color RGB value is (200,104,61).

#c8683d hex color red value is 200, green value is 104 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c8683d hue: 0.05 , saturation: 0.56 and the lightness value of c8683d is 0.51.

The process color (four color CMYK) of #c8683d color hex is 0.00, 0.48, 0.70, 0.22. Web safe color of #c8683d is #cc6633. Color #c8683d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101000 00111101
Octal 310 150 75
Decimal 200 104 61
Hex C8 68 3D

RGB Percentages of Color #c8683d

%54.79
%28.49
%16.71

CMYK Percentages of Color #c8683d

%0
%48
%70
%22

Triadic Colors of #c8683d

#c8683d #3dc868 #683dc8

Analogous Colors of #c8683d

#c8683d #c8ae3d #c83d57

Monochromatic Colors of #c8683d

#c8683d

Complementary Color

#c8683d #3d9dc8

#c8683d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8683d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8683d Color CSS Codes

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

#c8683d Text Font Color

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

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


#c8683d Background Color

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

This div background color is #c8683d


#c8683d Border Color

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

This div border color is #c8683d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,104,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8683d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8683d;
  -webkit-box-shadow: 1px 1px 3px 2px #c8683d;
  box-shadow:         1px 1px 3px 2px #c8683d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,104,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8683d


Comments

No comments written yet.

Please login to write comment.