Html Css Color HEX #CA5944 Dark Coral

📋 copy color: '#CA5944'

red 202 ◦ green 89 ◦ blue 68

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

Shades of Dark Coral #CA5944

Tints of Dark Coral #CA5944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.79%

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

R = 56.27%
G = 24.79%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA5944 (or 0xCA5944) is known color: Dark Coral. HEX triplet: CA, 59 and 44. RGB value is (202,89,68). Sum of RGB (Red+Green+Blue) = 202+89+68=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5944 is #35A6BB. Grayscale: #787878. Windows color (decimal): -3516092 or 4479434. OLE color: 4479434.

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

Color convert

RGB 202 89 68 -
CMYK 0 0.56 0.66 0.21
HSL 9.4º 0.56% 0.53% -
HSV(B) 9.4º 0.66% 0.79% -
XYZ 28.97 20.12 7.83 -
YUV 120.39 98.44 186.21 -
System Red Green Blue C M Y K H S L
Decimal 202 89 68 0 0.56 0.66 0.21 9.4 0.56 0.53
Hex CA 59 44 0 38 42 15 9 38 35
Octal 312 131 104 0 70 102 25 11 70 65
Binary 11001010 1011001 1000100 0 111000 1000010 10101 1001 111000 110101

Color Harmonies of #CA5944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5944

Black with #CA5944

Text Example


Text Example

White with #CA5944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5944; }

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

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

background-color css

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

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

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

border-color css

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

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

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