color codes Logo

#ca563c color codes

#CA563C
(202,86,60)
0 Favorites   0 Comments

Color spaces of #ca563c

RGB 2028660
HSL0.030.570.51
HSV11°70°79°
CMYK 0.000.570.70   0.21
XYZ28.500519.53846.5441
Yxy19.53840.52210.3580
Hunter Lab44.202337.738322.1638
CIE-Lab51.311244.528637.7121

#ca563c color RGB value is (202,86,60).

#ca563c hex color red value is 202, green value is 86 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ca563c hue: 0.03 , saturation: 0.57 and the lightness value of ca563c is 0.51.

The process color (four color CMYK) of #ca563c color code is 0.00, 0.57, 0.70, 0.21. Web safe color of #ca563c is #cc6633. Color #ca563c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010110 00111100
Octal 312 126 74
Decimal 202 86 60
Hex CA 56 3C

RGB Percentages of Color #ca563c

%58.05
%24.71
%17.24

CMYK Percentages of Color #ca563c

%0
%57
%70
%21

Triadic Colors of #ca563c

#ca563c #3cca56 #563cca

Analogous Colors of #ca563c

#ca563c #ca9d3c #ca3c69

Monochromatic Colors of #ca563c

#ca563c

Complementary Color

#ca563c #3cb0ca

#ca563c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca563c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca563c Color CSS Codes

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

#ca563c Text Font Color

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

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


#ca563c Background Color

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

This div background color is #ca563c


#ca563c Border Color

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

This div border color is #ca563c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca563c


Comments

No comments written yet.

Please login to write comment.