Html Css Color HEX #CA5E41 Dark Coral

📋 copy color: '#CA5E41'

red 202 ◦ green 94 ◦ blue 65

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

Shades of Dark Coral #CA5E41

Tints of Dark Coral #CA5E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 55.96%
G = 26.04%
B = 18.01%

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

#CA5E41 (or 0xCA5E41) is known color: Dark Coral. HEX triplet: CA, 5E and 41. RGB value is (202,94,65). Sum of RGB (Red+Green+Blue) = 202+94+65=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E41 is #35A1BE. Grayscale: #7B7B7B. Windows color (decimal): -3514815 or 4284106. OLE color: 4284106.

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

Color convert

RGB 202 94 65 -
CMYK 0 0.53 0.68 0.21
HSL 12.7º 0.56% 0.52% -
HSV(B) 12.7º 0.68% 0.79% -
XYZ 29.31 20.94 7.5 -
YUV 122.99 95.28 184.36 -
System Red Green Blue C M Y K H S L
Decimal 202 94 65 0 0.53 0.68 0.21 12.7 0.56 0.52
Hex CA 5E 41 0 35 44 15 D 38 34
Octal 312 136 101 0 65 104 25 15 70 64
Binary 11001010 1011110 1000001 0 110101 1000100 10101 1101 111000 110100

Color Harmonies of #CA5E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E41

Black with #CA5E41

Text Example


Text Example

White with #CA5E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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