Html Css Color HEX #CA5D41 Dark Coral

📋 copy color: '#CA5D41'

red 202 ◦ green 93 ◦ blue 65

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

Shades of Dark Coral #CA5D41

Tints of Dark Coral #CA5D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

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

R = 56.11%
G = 25.83%
B = 18.06%

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

#CA5D41 (or 0xCA5D41) is known color: Dark Coral. HEX triplet: CA, 5D and 41. RGB value is (202,93,65). Sum of RGB (Red+Green+Blue) = 202+93+65=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D41 is #35A2BE. Grayscale: #7A7A7A. Windows color (decimal): -3515071 or 4283850. OLE color: 4283850.

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

Color convert

RGB 202 93 65 -
CMYK 0 0.54 0.68 0.21
HSL 12.26º 0.56% 0.52% -
HSV(B) 12.26º 0.68% 0.79% -
XYZ 29.23 20.77 7.47 -
YUV 122.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 202 93 65 0 0.54 0.68 0.21 12.26 0.56 0.52
Hex CA 5D 41 0 36 44 15 C 38 34
Octal 312 135 101 0 66 104 25 14 70 64
Binary 11001010 1011101 1000001 0 110110 1000100 10101 1100 111000 110100

Color Harmonies of #CA5D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D41

Black with #CA5D41

Text Example


Text Example

White with #CA5D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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