Color Hex Logo

#ca695d Color Hex

#CA695D
(202,105,93)
0 Favorites   0 Comments

Color spaces of #ca695d

RGB 20210593
HSL0.020.510.58
HSV54°79°
CMYK 0.000.480.54   0.21
XYZ31.384523.450013.2281
Yxy23.45000.46110.3445
Hunter Lab48.425230.942217.7017
CIE-Lab55.532937.259624.2777

#ca695d color RGB value is (202,105,93).

#ca695d hex color red value is 202, green value is 105 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ca695d hue: 0.02 , saturation: 0.51 and the lightness value of ca695d is 0.58.

The process color (four color CMYK) of #ca695d color hex is 0.00, 0.48, 0.54, 0.21. Web safe color of #ca695d is #cc6666. Color #ca695d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 01011101
Octal 312 151 135
Decimal 202 105 93
Hex CA 69 5D

RGB Percentages of Color #ca695d

%50.50
%26.25
%23.25

CMYK Percentages of Color #ca695d

%0
%48
%54
%21

Triadic Colors of #ca695d

#ca695d #5dca69 #695dca

Analogous Colors of #ca695d

#ca695d #caa05d #ca5d88

Monochromatic Colors of #ca695d

#ca695d

Complementary Color

#ca695d #5dbeca

#ca695d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca695d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca695d Color CSS Codes

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

#ca695d Text Font Color

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

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


#ca695d Background Color

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

This div background color is #ca695d


#ca695d Border Color

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

This div border color is #ca695d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca695d


Comments

No comments written yet.

Please login to write comment.