Color Hex Logo

#ca655e Color Hex

#CA655E
(202,101,94)
0 Favorites   0 Comments

Color spaces of #ca655e

RGB 20210194
HSL0.010.500.58
HSV53°79°
CMYK 0.000.500.53   0.21
XYZ31.031222.672113.3303
Yxy22.67210.46290.3382
Hunter Lab47.615233.003116.7319
CIE-Lab54.733039.405722.6441

#ca655e color RGB value is (202,101,94).

#ca655e hex color red value is 202, green value is 101 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ca655e hue: 0.01 , saturation: 0.50 and the lightness value of ca655e is 0.58.

The process color (four color CMYK) of #ca655e color hex is 0.00, 0.50, 0.53, 0.21. Web safe color of #ca655e is #cc6666. Color #ca655e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100101 01011110
Octal 312 145 136
Decimal 202 101 94
Hex CA 65 5E

RGB Percentages of Color #ca655e

%50.88
%25.44
%23.68

CMYK Percentages of Color #ca655e

%0
%50
%53
%21

Triadic Colors of #ca655e

#ca655e #5eca65 #655eca

Analogous Colors of #ca655e

#ca655e #ca9b5e #ca5e8d

Monochromatic Colors of #ca655e

#ca655e

Complementary Color

#ca655e #5ec3ca

#ca655e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca655e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca655e Color CSS Codes

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

#ca655e Text Font Color

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

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


#ca655e Background Color

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

This div background color is #ca655e


#ca655e Border Color

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

This div border color is #ca655e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca655e


Comments

No comments written yet.

Please login to write comment.