Html Css Color HEX #CA5041 Dark Coral

📋 copy color: '#CA5041'

red 202 ◦ green 80 ◦ blue 65

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

Shades of Dark Coral #CA5041

Tints of Dark Coral #CA5041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

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

R = 58.21%
G = 23.05%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA5041 (or 0xCA5041) is known color: Dark Coral. HEX triplet: CA, 50 and 41. RGB value is (202,80,65). Sum of RGB (Red+Green+Blue) = 202+80+65=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5041 is #35AFBE. Grayscale: #727272. Windows color (decimal): -3518399 or 4280522. OLE color: 4280522.

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

Color convert

RGB 202 80 65 -
CMYK 0 0.60 0.68 0.21
HSL 6.57º 0.56% 0.52% -
HSV(B) 6.57º 0.68% 0.79% -
XYZ 28.18 18.68 7.12 -
YUV 114.77 99.92 190.22 -
System Red Green Blue C M Y K H S L
Decimal 202 80 65 0 0.60 0.68 0.21 6.57 0.56 0.52
Hex CA 50 41 0 3C 44 15 7 38 34
Octal 312 120 101 0 74 104 25 7 70 64
Binary 11001010 1010000 1000001 0 111100 1000100 10101 111 111000 110100

Color Harmonies of #CA5041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5041

Black with #CA5041

Text Example


Text Example

White with #CA5041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5041; }

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

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

background-color css

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

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

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

border-color css

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

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

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