Html Css Color HEX #CA5341 Dark Coral

📋 copy color: '#CA5341'

red 202 ◦ green 83 ◦ blue 65

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

Shades of Dark Coral #CA5341

Tints of Dark Coral #CA5341

RGB

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

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

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

R = 57.71%
G = 23.71%
B = 18.57%

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

#CA5341 (or 0xCA5341) is known color: Dark Coral. HEX triplet: CA, 53 and 41. RGB value is (202,83,65). Sum of RGB (Red+Green+Blue) = 202+83+65=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5341 is #35ACBE. Grayscale: #747474. Windows color (decimal): -3517631 or 4281290. OLE color: 4281290.

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

Color convert

RGB 202 83 65 -
CMYK 0 0.59 0.68 0.21
HSL 7.88º 0.56% 0.52% -
HSV(B) 7.88º 0.68% 0.79% -
XYZ 28.4 19.12 7.2 -
YUV 116.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 202 83 65 0 0.59 0.68 0.21 7.88 0.56 0.52
Hex CA 53 41 0 3B 44 15 8 38 34
Octal 312 123 101 0 73 104 25 10 70 64
Binary 11001010 1010011 1000001 0 111011 1000100 10101 1000 111000 110100

Color Harmonies of #CA5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5341

Black with #CA5341

Text Example


Text Example

White with #CA5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5341; }

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

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

background-color css

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

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

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

border-color css

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

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

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