Color Hex Logo

#ca772e Color Hex

#CA772E
(202,119,46)
0 Favorites   0 Comments

Color spaces of #ca772e

RGB 20211946
HSL0.080.630.49
HSV28°77°79°
CMYK 0.000.410.77   0.21
XYZ31.447125.94755.9357
Yxy25.94750.49660.4097
Hunter Lab50.938721.054628.7482
CIE-Lab57.987226.910251.7295

#ca772e color RGB value is (202,119,46).

#ca772e hex color red value is 202, green value is 119 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ca772e hue: 0.08 , saturation: 0.63 and the lightness value of ca772e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 00101110
Octal 312 167 56
Decimal 202 119 46
Hex CA 77 2E

RGB Percentages of Color #ca772e

%55.04
%32.43
%12.53

CMYK Percentages of Color #ca772e

%0
%41
%77
%21

Triadic Colors of #ca772e

#ca772e #2eca77 #772eca

Analogous Colors of #ca772e

#ca772e #cac52e #ca2e33

Monochromatic Colors of #ca772e

#ca772e

Complementary Color

#ca772e #2e81ca

#ca772e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca772e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca772e Color CSS Codes

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

#ca772e Text Font Color

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

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


#ca772e Background Color

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

This div background color is #ca772e


#ca772e Border Color

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

This div border color is #ca772e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,119,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca772e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca772e;
  -webkit-box-shadow: 1px 1px 3px 2px #ca772e;
  box-shadow:         1px 1px 3px 2px #ca772e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,119,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca772e


Comments

No comments written yet.

Please login to write comment.