Color Hex Logo

#c68248 Color Hex

#C68248
(198,130,72)
0 Favorites   0 Comments

Color spaces of #c68248

RGB 19813072
HSL0.080.530.53
HSV28°64°78°
CMYK 0.000.340.64   0.22
XYZ32.441028.43899.9103
Yxy28.43890.45830.4017
Hunter Lab53.328115.262326.3115
CIE-Lab60.283220.619141.5580

#c68248 color RGB value is (198,130,72).

#c68248 hex color red value is 198, green value is 130 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #c68248 hue: 0.08 , saturation: 0.53 and the lightness value of c68248 is 0.53.

The process color (four color CMYK) of #c68248 color hex is 0.00, 0.34, 0.64, 0.22. Web safe color of #c68248 is #cc9933. Color #c68248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 01001000
Octal 306 202 110
Decimal 198 130 72
Hex C6 82 48

RGB Percentages of Color #c68248

%49.50
%32.50
%18.00

CMYK Percentages of Color #c68248

%0
%34
%64
%22

Triadic Colors of #c68248

#c68248 #48c682 #8248c6

Analogous Colors of #c68248

#c68248 #c6c148 #c6484d

Monochromatic Colors of #c68248

#c68248

Complementary Color

#c68248 #488cc6

#c68248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68248 Color CSS Codes

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

#c68248 Text Font Color

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

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


#c68248 Background Color

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

This div background color is #c68248


#c68248 Border Color

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

This div border color is #c68248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68248


Comments

No comments written yet.

Please login to write comment.