Color Hex Logo

#ca733e Color Hex

#CA733E
(202,115,62)
0 Favorites   0 Comments

Color spaces of #ca733e

RGB 20211562
HSL0.060.570.52
HSV23°69°79°
CMYK 0.000.430.69   0.21
XYZ31.357425.16587.7622
Yxy25.16580.48780.3915
Hunter Lab50.165523.786925.9418
CIE-Lab57.236629.816343.3413

#ca733e color RGB value is (202,115,62).

#ca733e hex color red value is 202, green value is 115 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ca733e hue: 0.06 , saturation: 0.57 and the lightness value of ca733e is 0.52.

The process color (four color CMYK) of #ca733e color hex is 0.00, 0.43, 0.69, 0.21. Web safe color of #ca733e is #cc6633. Color #ca733e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110011 00111110
Octal 312 163 76
Decimal 202 115 62
Hex CA 73 3E

RGB Percentages of Color #ca733e

%53.30
%30.34
%16.36

CMYK Percentages of Color #ca733e

%0
%43
%69
%21

Triadic Colors of #ca733e

#ca733e #3eca73 #733eca

Analogous Colors of #ca733e

#ca733e #cab93e #ca3e4f

Monochromatic Colors of #ca733e

#ca733e

Complementary Color

#ca733e #3e95ca

#ca733e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca733e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca733e Color CSS Codes

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

#ca733e Text Font Color

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

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


#ca733e Background Color

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

This div background color is #ca733e


#ca733e Border Color

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

This div border color is #ca733e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca733e


Comments

No comments written yet.

Please login to write comment.