Html Css Color HEX #CA5440 Dark Coral

📋 copy color: '#CA5440'

red 202 ◦ green 84 ◦ blue 64

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

Shades of Dark Coral #CA5440

Tints of Dark Coral #CA5440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 57.71%
G = 24%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA5440 (or 0xCA5440) is known color: Dark Coral. HEX triplet: CA, 54 and 40. RGB value is (202,84,64). Sum of RGB (Red+Green+Blue) = 202+84+64=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5440 is #35ABBF. Grayscale: #757575. Windows color (decimal): -3517376 or 4216010. OLE color: 4216010.

HSL color Cylindrical-coordinate representation of color #CA5440: hue angle of 8.7º degrees, saturation: 0.57, 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 #CA5440 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 84 64 -
CMYK 0 0.58 0.68 0.21
HSL 8.7º 0.57% 0.52% -
HSV(B) 8.7º 0.68% 0.79% -
XYZ 28.45 19.27 7.07 -
YUV 117 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 202 84 64 0 0.58 0.68 0.21 8.7 0.57 0.52
Hex CA 54 40 0 3A 44 15 9 39 34
Octal 312 124 100 0 72 104 25 11 71 64
Binary 11001010 1010100 1000000 0 111010 1000100 10101 1001 111001 110100

Color Harmonies of #CA5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5440

Black with #CA5440

Text Example


Text Example

White with #CA5440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5440; }

 p { color: rgb(202,84,64); }

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

background-color css

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

 a { background-color: rgb(202,84,64); }

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

border-color css

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

 span { border-color: rgb(202,84,64); }

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