Html Css Color HEX #CA584A Dark Coral

📋 copy color: '#CA584A'

red 202 ◦ green 88 ◦ blue 74

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

Shades of Dark Coral #CA584A

Tints of Dark Coral #CA584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.18%

 BLUE value IS 74 (29.3% from 255) = 20.33%

R = 55.49%
G = 24.18%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA584A (or 0xCA584A) is known color: Dark Coral. HEX triplet: CA, 58 and 4A. RGB value is (202,88,74). Sum of RGB (Red+Green+Blue) = 202+88+74=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA584A is #35A7B5. Grayscale: #787878. Windows color (decimal): -3516342 or 4872394. OLE color: 4872394.

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

Color convert

RGB 202 88 74 -
CMYK 0 0.56 0.63 0.21
HSL 6.56º 0.55% 0.54% -
HSV(B) 6.56º 0.63% 0.79% -
XYZ 29.08 20.03 8.81 -
YUV 120.49 101.77 186.14 -
System Red Green Blue C M Y K H S L
Decimal 202 88 74 0 0.56 0.63 0.21 6.56 0.55 0.54
Hex CA 58 4A 0 38 3F 15 7 37 36
Octal 312 130 112 0 70 77 25 7 67 66
Binary 11001010 1011000 1001010 0 111000 111111 10101 111 110111 110110

Color Harmonies of #CA584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA584A

Black with #CA584A

Text Example


Text Example

White with #CA584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA584A; }

 p { color: rgb(202,88,74); }

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

background-color css

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

 a { background-color: rgb(202,88,74); }

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

border-color css

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

 span { border-color: rgb(202,88,74); }

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