Color Hex Logo

#ca763f Color Hex

#CA763F
(202,118,63)
0 Favorites   0 Comments

Color spaces of #ca763f

RGB 20211863
HSL0.070.570.52
HSV24°69°79°
CMYK 0.000.420.69   0.21
XYZ31.732825.87238.0240
Yxy25.87230.48350.3942
Hunter Lab50.864822.346526.2523
CIE-Lab57.915628.262743.5900

#ca763f color RGB value is (202,118,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110110 00111111
Octal 312 166 77
Decimal 202 118 63
Hex CA 76 3F

RGB Percentages of Color #ca763f

%52.74
%30.81
%16.45

CMYK Percentages of Color #ca763f

%0
%42
%69
%21

Triadic Colors of #ca763f

#ca763f #3fca76 #763fca

Analogous Colors of #ca763f

#ca763f #cabc3f #ca3f4d

Monochromatic Colors of #ca763f

#ca763f

Complementary Color

#ca763f #3f93ca

#ca763f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca763f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca763f Color CSS Codes

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

#ca763f Text Font Color

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

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


#ca763f Background Color

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

This div background color is #ca763f


#ca763f Border Color

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

This div border color is #ca763f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca763f


Comments

No comments written yet.

Please login to write comment.