Html Css Color HEX #CA5E40 Dark Coral

📋 copy color: '#CA5E40'

red 202 ◦ green 94 ◦ blue 64

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

Shades of Dark Coral #CA5E40

Tints of Dark Coral #CA5E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.11%

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

R = 56.11%
G = 26.11%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA5E40 (or 0xCA5E40) is known color: Dark Coral. HEX triplet: CA, 5E and 40. RGB value is (202,94,64). Sum of RGB (Red+Green+Blue) = 202+94+64=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E40 is #35A1BF. Grayscale: #7B7B7B. Windows color (decimal): -3514816 or 4218570. OLE color: 4218570.

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

Color convert

RGB 202 94 64 -
CMYK 0 0.53 0.68 0.21
HSL 13.04º 0.57% 0.52% -
HSV(B) 13.04º 0.68% 0.79% -
XYZ 29.29 20.93 7.35 -
YUV 122.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 202 94 64 0 0.53 0.68 0.21 13.04 0.57 0.52
Hex CA 5E 40 0 35 44 15 D 39 34
Octal 312 136 100 0 65 104 25 15 71 64
Binary 11001010 1011110 1000000 0 110101 1000100 10101 1101 111001 110100

Color Harmonies of #CA5E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E40

Black with #CA5E40

Text Example


Text Example

White with #CA5E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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