Html Css Color HEX #CA5D46 Dark Coral

📋 copy color: '#CA5D46'

red 202 ◦ green 93 ◦ blue 70

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

Shades of Dark Coral #CA5D46

Tints of Dark Coral #CA5D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.48%

 BLUE value IS 70 (27.73% from 255) = 19.18%

R = 55.34%
G = 25.48%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA5D46 (or 0xCA5D46) is known color: Dark Coral. HEX triplet: CA, 5D and 46. RGB value is (202,93,70). Sum of RGB (Red+Green+Blue) = 202+93+70=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D46 is #35A2B9. Grayscale: #7B7B7B. Windows color (decimal): -3515066 or 4611530. OLE color: 4611530.

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

Color convert

RGB 202 93 70 -
CMYK 0 0.54 0.65 0.21
HSL 10.45º 0.55% 0.53% -
HSV(B) 10.45º 0.65% 0.79% -
XYZ 29.38 20.83 8.27 -
YUV 122.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 202 93 70 0 0.54 0.65 0.21 10.45 0.55 0.53
Hex CA 5D 46 0 36 41 15 A 37 35
Octal 312 135 106 0 66 101 25 12 67 65
Binary 11001010 1011101 1000110 0 110110 1000001 10101 1010 110111 110101

Color Harmonies of #CA5D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D46

Black with #CA5D46

Text Example


Text Example

White with #CA5D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D46; }

 p { color: rgb(202,93,70); }

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

background-color css

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

 a { background-color: rgb(202,93,70); }

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

border-color css

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

 span { border-color: rgb(202,93,70); }

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