Color Hex Logo

#c9763d Color Hex

#C9763D
(201,118,61)
0 Favorites   0 Comments

Color spaces of #c9763d

RGB 20111861
HSL0.070.560.51
HSV24°70°79°
CMYK 0.000.410.70   0.21
XYZ31.408125.71137.7223
Yxy25.71130.48440.3965
Hunter Lab50.706321.829026.4649
CIE-Lab57.762027.737844.3895

#c9763d color RGB value is (201,118,61).

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

The process color (four color CMYK) of #c9763d color hex is 0.00, 0.41, 0.70, 0.21. Web safe color of #c9763d is #cc6633. Color #c9763d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110110 00111101
Octal 311 166 75
Decimal 201 118 61
Hex C9 76 3D

RGB Percentages of Color #c9763d

%52.89
%31.05
%16.05

CMYK Percentages of Color #c9763d

%0
%41
%70
%21

Triadic Colors of #c9763d

#c9763d #3dc976 #763dc9

Analogous Colors of #c9763d

#c9763d #c9bc3d #c93d4a

Monochromatic Colors of #c9763d

#c9763d

Complementary Color

#c9763d #3d90c9

#c9763d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9763d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9763d Color CSS Codes

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

#c9763d Text Font Color

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

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


#c9763d Background Color

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

This div background color is #c9763d


#c9763d Border Color

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

This div border color is #c9763d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,118,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 #c9763d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9763d


Comments

No comments written yet.

Please login to write comment.