Html Css Color HEX #CA5344 Dark Coral

📋 copy color: '#CA5344'

red 202 ◦ green 83 ◦ blue 68

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

Shades of Dark Coral #CA5344

Tints of Dark Coral #CA5344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 57.22%
G = 23.51%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA5344 (or 0xCA5344) is known color: Dark Coral. HEX triplet: CA, 53 and 44. RGB value is (202,83,68). Sum of RGB (Red+Green+Blue) = 202+83+68=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5344 is #35ACBB. Grayscale: #757575. Windows color (decimal): -3517628 or 4477898. OLE color: 4477898.

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

Color convert

RGB 202 83 68 -
CMYK 0 0.59 0.66 0.21
HSL 6.72º 0.56% 0.53% -
HSV(B) 6.72º 0.66% 0.79% -
XYZ 28.49 19.16 7.67 -
YUV 116.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 202 83 68 0 0.59 0.66 0.21 6.72 0.56 0.53
Hex CA 53 44 0 3B 42 15 7 38 35
Octal 312 123 104 0 73 102 25 7 70 65
Binary 11001010 1010011 1000100 0 111011 1000010 10101 111 111000 110101

Color Harmonies of #CA5344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5344

Black with #CA5344

Text Example


Text Example

White with #CA5344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5344; }

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

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

background-color css

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

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

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

border-color css

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

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

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