Html Css Color HEX #CA5741 Dark Coral

📋 copy color: '#CA5741'

red 202 ◦ green 87 ◦ blue 65

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

Shades of Dark Coral #CA5741

Tints of Dark Coral #CA5741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.58%

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

R = 57.06%
G = 24.58%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA5741 (or 0xCA5741) is known color: Dark Coral. HEX triplet: CA, 57 and 41. RGB value is (202,87,65). Sum of RGB (Red+Green+Blue) = 202+87+65=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5741 is #35A8BE. Grayscale: #777777. Windows color (decimal): -3516607 or 4282314. OLE color: 4282314.

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

Color convert

RGB 202 87 65 -
CMYK 0 0.57 0.68 0.21
HSL 9.64º 0.56% 0.52% -
HSV(B) 9.64º 0.68% 0.79% -
XYZ 28.72 19.75 7.3 -
YUV 118.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 202 87 65 0 0.57 0.68 0.21 9.64 0.56 0.52
Hex CA 57 41 0 39 44 15 A 38 34
Octal 312 127 101 0 71 104 25 12 70 64
Binary 11001010 1010111 1000001 0 111001 1000100 10101 1010 111000 110100

Color Harmonies of #CA5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5741

Black with #CA5741

Text Example


Text Example

White with #CA5741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5741; }

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

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

background-color css

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

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

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

border-color css

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

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

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