color codes Logo

#c6982f color codes

#C6982F
(198,152,47)
0 Favorites   0 Comments

Color spaces of #c6982f

RGB 19815247
HSL0.120.620.48
HSV42°76°78°
CMYK 0.000.230.76   0.22
XYZ35.030034.66757.5345
Yxy34.66750.45360.4489
Hunter Lab58.87913.159733.6283
CIE-Lab65.48907.239158.3885

#c6982f color RGB value is (198,152,47).

#c6982f hex color red value is 198, green value is 152 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c6982f hue: 0.12 , saturation: 0.62 and the lightness value of c6982f is 0.48.

The process color (four color CMYK) of #c6982f color code is 0.00, 0.23, 0.76, 0.22. Web safe color of #c6982f is #cc9933. Color #c6982f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011000 00101111
Octal 306 230 57
Decimal 198 152 47
Hex C6 98 2F

RGB Percentages of Color #c6982f

%49.87
%38.29
%11.84

CMYK Percentages of Color #c6982f

%0
%23
%76
%22

Triadic Colors of #c6982f

#c6982f #2fc698 #982fc6

Analogous Colors of #c6982f

#c6982f #a9c62f #c64d2f

Monochromatic Colors of #c6982f

#c6982f

Complementary Color

#c6982f #2f5dc6

#c6982f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6982f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6982f Color CSS Codes

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

#c6982f Text Font Color

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

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


#c6982f Background Color

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

This div background color is #c6982f


#c6982f Border Color

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

This div border color is #c6982f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6982f


Comments

No comments written yet.

Please login to write comment.