Color Hex Logo

#c6b33e Color Hex

#C6B33E
(198,179,62)
0 Favorites   0 Comments

Color spaces of #c6b33e

RGB 19817962
HSL0.140.540.51
HSV52°69°78°
CMYK 0.000.100.69   0.22
XYZ40.278344.593811.0420
Yxy44.59380.41990.4649
Hunter Lab66.7786-9.198136.9413
CIE-Lab72.6236-6.437059.5328

#c6b33e color RGB value is (198,179,62).

#c6b33e hex color red value is 198, green value is 179 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c6b33e hue: 0.14 , saturation: 0.54 and the lightness value of c6b33e is 0.51.

The process color (four color CMYK) of #c6b33e color hex is 0.00, 0.10, 0.69, 0.22. Web safe color of #c6b33e is #cccc33. Color #c6b33e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10110011 00111110
Octal 306 263 76
Decimal 198 179 62
Hex C6 B3 3E

RGB Percentages of Color #c6b33e

%45.10
%40.77
%14.12

CMYK Percentages of Color #c6b33e

%0
%10
%69
%22

Triadic Colors of #c6b33e

#c6b33e #3ec6b3 #b33ec6

Analogous Colors of #c6b33e

#c6b33e #95c63e #c66f3e

Monochromatic Colors of #c6b33e

#c6b33e

Complementary Color

#c6b33e #3e51c6

#c6b33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6b33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6b33e Color CSS Codes

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

#c6b33e Text Font Color

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

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


#c6b33e Background Color

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

This div background color is #c6b33e


#c6b33e Border Color

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

This div border color is #c6b33e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,179,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6b33e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6b33e;
  -webkit-box-shadow: 1px 1px 3px 2px #c6b33e;
  box-shadow:         1px 1px 3px 2px #c6b33e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,179,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6b33e


Comments

No comments written yet.

Please login to write comment.