Html Css Color HEX #CA5340 Dark Coral

📋 copy color: '#CA5340'

red 202 ◦ green 83 ◦ blue 64

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

Shades of Dark Coral #CA5340

Tints of Dark Coral #CA5340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

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

R = 57.88%
G = 23.78%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA5340 (or 0xCA5340) is known color: Dark Coral. HEX triplet: CA, 53 and 40. RGB value is (202,83,64). Sum of RGB (Red+Green+Blue) = 202+83+64=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5340 is #35ACBF. Grayscale: #747474. Windows color (decimal): -3517632 or 4215754. OLE color: 4215754.

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

Color convert

RGB 202 83 64 -
CMYK 0 0.59 0.68 0.21
HSL 8.26º 0.57% 0.52% -
HSV(B) 8.26º 0.68% 0.79% -
XYZ 28.38 19.11 7.04 -
YUV 116.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 202 83 64 0 0.59 0.68 0.21 8.26 0.57 0.52
Hex CA 53 40 0 3B 44 15 8 39 34
Octal 312 123 100 0 73 104 25 10 71 64
Binary 11001010 1010011 1000000 0 111011 1000100 10101 1000 111001 110100

Color Harmonies of #CA5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5340

Black with #CA5340

Text Example


Text Example

White with #CA5340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5340; }

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

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

background-color css

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

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

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

border-color css

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

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

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