Html Css Color HEX #CA5C40 Dark Coral

📋 copy color: '#CA5C40'

red 202 ◦ green 92 ◦ blue 64

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

Shades of Dark Coral #CA5C40

Tints of Dark Coral #CA5C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.7%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 56.42%
G = 25.7%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA5C40 (or 0xCA5C40) is known color: Dark Coral. HEX triplet: CA, 5C and 40. RGB value is (202,92,64). Sum of RGB (Red+Green+Blue) = 202+92+64=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5C40 is #35A3BF. Grayscale: #797979. Windows color (decimal): -3515328 or 4218058. OLE color: 4218058.

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

Color convert

RGB 202 92 64 -
CMYK 0 0.54 0.68 0.21
HSL 12.17º 0.57% 0.52% -
HSV(B) 12.17º 0.68% 0.79% -
XYZ 29.11 20.58 7.29 -
YUV 121.7 95.44 185.28 -
System Red Green Blue C M Y K H S L
Decimal 202 92 64 0 0.54 0.68 0.21 12.17 0.57 0.52
Hex CA 5C 40 0 36 44 15 C 39 34
Octal 312 134 100 0 66 104 25 14 71 64
Binary 11001010 1011100 1000000 0 110110 1000100 10101 1100 111001 110100

Color Harmonies of #CA5C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5C40

Black with #CA5C40

Text Example


Text Example

White with #CA5C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5C40; }

 p { color: rgb(202,92,64); }

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

background-color css

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

 a { background-color: rgb(202,92,64); }

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

border-color css

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

 span { border-color: rgb(202,92,64); }

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