Color Hex Logo

#c65835 Color Hex

#C65835
(198,88,53)
0 Favorites   0 Comments

Color spaces of #c65835

RGB 1988853
HSL0.040.580.49
HSV14°73°78°
CMYK 0.000.560.73   0.22
XYZ27.421019.24235.6370
Yxy19.24230.52430.3679
Hunter Lab43.866034.816123.0872
CIE-Lab50.969541.721940.9241

#c65835 color RGB value is (198,88,53).

#c65835 hex color red value is 198, green value is 88 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #c65835 hue: 0.04 , saturation: 0.58 and the lightness value of c65835 is 0.49.

The process color (four color CMYK) of #c65835 color hex is 0.00, 0.56, 0.73, 0.22. Web safe color of #c65835 is #cc6633. Color #c65835 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011000 00110101
Octal 306 130 65
Decimal 198 88 53
Hex C6 58 35

RGB Percentages of Color #c65835

%58.41
%25.96
%15.63

CMYK Percentages of Color #c65835

%0
%56
%73
%22

Triadic Colors of #c65835

#c65835 #35c658 #5835c6

Analogous Colors of #c65835

#c65835 #c6a135 #c6355b

Monochromatic Colors of #c65835

#c65835

Complementary Color

#c65835 #35a3c6

#c65835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65835 Color CSS Codes

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

#c65835 Text Font Color

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

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


#c65835 Background Color

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

This div background color is #c65835


#c65835 Border Color

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

This div border color is #c65835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65835


Comments

No comments written yet.

Please login to write comment.