Color Hex Logo

#ca655f Color Hex

#CA655F
(202,101,95)
0 Favorites   0 Comments

Color spaces of #ca655f

RGB 20210195
HSL0.010.500.58
HSV53°79°
CMYK 0.000.500.53   0.21
XYZ31.076422.690113.5682
Yxy22.69010.46150.3370
Hunter Lab47.634133.093316.4556
CIE-Lab54.751739.492122.0891

#ca655f color RGB value is (202,101,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100101 01011111
Octal 312 145 137
Decimal 202 101 95
Hex CA 65 5F

RGB Percentages of Color #ca655f

%50.75
%25.38
%23.87

CMYK Percentages of Color #ca655f

%0
%50
%53
%21

Triadic Colors of #ca655f

#ca655f #5fca65 #655fca

Analogous Colors of #ca655f

#ca655f #ca9b5f #ca5f8f

Monochromatic Colors of #ca655f

#ca655f

Complementary Color

#ca655f #5fc4ca

#ca655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca655f Color CSS Codes

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

#ca655f Text Font Color

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

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


#ca655f Background Color

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

This div background color is #ca655f


#ca655f Border Color

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

This div border color is #ca655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca655f


Comments

No comments written yet.

Please login to write comment.