Html Css Color HEX #CA5641 Dark Coral

📋 copy color: '#CA5641'

red 202 ◦ green 86 ◦ blue 65

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

Shades of Dark Coral #CA5641

Tints of Dark Coral #CA5641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 57.22%
G = 24.36%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA5641 (or 0xCA5641) is known color: Dark Coral. HEX triplet: CA, 56 and 41. RGB value is (202,86,65). Sum of RGB (Red+Green+Blue) = 202+86+65=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5641 is #35A9BE. Grayscale: #767676. Windows color (decimal): -3516863 or 4282058. OLE color: 4282058.

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

Color convert

RGB 202 86 65 -
CMYK 0 0.57 0.68 0.21
HSL 9.2º 0.56% 0.52% -
HSV(B) 9.2º 0.68% 0.79% -
XYZ 28.64 19.59 7.27 -
YUV 118.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 202 86 65 0 0.57 0.68 0.21 9.2 0.56 0.52
Hex CA 56 41 0 39 44 15 9 38 34
Octal 312 126 101 0 71 104 25 11 70 64
Binary 11001010 1010110 1000001 0 111001 1000100 10101 1001 111000 110100

Color Harmonies of #CA5641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5641

Black with #CA5641

Text Example


Text Example

White with #CA5641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5641; }

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

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

background-color css

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

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

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

border-color css

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

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

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