Html Css Color HEX #CA563E Dark Coral

📋 copy color: '#CA563E'

red 202 ◦ green 86 ◦ blue 62

#CA563E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #CA563E

Tints of Dark Coral #CA563E

RGB

 RED value IS 202 (79.3% from 255) = 57.71%

 GREEN value IS 86 (33.98% from 255) = 24.57%

 BLUE value IS 62 (24.61% from 255) = 17.71%

R = 57.71%
G = 24.57%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA563E (or 0xCA563E) is known color: Dark Coral. HEX triplet: CA, 56 and 3E. RGB value is (202,86,62). Sum of RGB (Red+Green+Blue) = 202+86+62=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA563E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA563E is #35A9C1. Grayscale: #767676. Windows color (decimal): -3516866 or 4085450. OLE color: 4085450.

HSL color Cylindrical-coordinate representation of color #CA563E: hue angle of 10.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA563E is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 86 62 -
CMYK 0 0.57 0.69 0.21
HSL 10.29º 0.57% 0.52% -
HSV(B) 10.29º 0.69% 0.79% -
XYZ 28.55 19.56 6.83 -
YUV 117.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 202 86 62 0 0.57 0.69 0.21 10.29 0.57 0.52
Hex CA 56 3E 0 39 45 15 A 39 34
Octal 312 126 76 0 71 105 25 12 71 64
Binary 11001010 1010110 111110 0 111001 1000101 10101 1010 111001 110100

Color Harmonies of #CA563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA563E

Black with #CA563E

Text Example


Text Example

White with #CA563E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA563E; }

 p { color: rgb(202,86,62); }

 H1.HeaderClassName
 {
   color: #CA563E;
 }
 .AnyTagClassName
 {
   color: #CA563E;
 }
</style>

background-color css

<style>
 a { background-color: #CA563E; }

 a { background-color: rgb(202,86,62); }

 div.DivClassName
 {
   background-color: #CA563E;
 }
 .BgClassName
 {
   background-color: #CA563E;
 }
</style>

border-color css

<style>
 span { border-color: #CA563E; }

 span { border-color: rgb(202,86,62); }

 td.TdClassName
 {
   border-color: #CA563E;
 }
 .TagClassName
 {
   border-color: #CA563E;
 }
</style>