Html Css Color HEX #C85440 Dark Coral

📋 copy color: '#C85440'

red 200 ◦ green 84 ◦ blue 64

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

Shades of Dark Coral #C85440

Tints of Dark Coral #C85440

RGB

 RED value IS 200 (78.52% from 255) = 57.47%

 GREEN value IS 84 (33.2% from 255) = 24.14%

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

R = 57.47%
G = 24.14%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C85440 (or 0xC85440) is known color: Dark Coral. HEX triplet: C8, 54 and 40. RGB value is (200,84,64). Sum of RGB (Red+Green+Blue) = 200+84+64=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C85440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85440 is #37ABBF. Grayscale: #747474. Windows color (decimal): -3648448 or 4216008. OLE color: 4216008.

HSL color Cylindrical-coordinate representation of color #C85440: hue angle of 8.82º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C85440 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 64 -
CMYK 0 0.58 0.68 0.22
HSL 8.82º 0.55% 0.52% -
HSV(B) 8.82º 0.68% 0.78% -
XYZ 27.92 18.99 7.04 -
YUV 116.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 200 84 64 0 0.58 0.68 0.22 8.82 0.55 0.52
Hex C8 54 40 0 3A 44 16 9 37 34
Octal 310 124 100 0 72 104 26 11 67 64
Binary 11001000 1010100 1000000 0 111010 1000100 10110 1001 110111 110100

Color Harmonies of #C85440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85440

Black with #C85440

Text Example


Text Example

White with #C85440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85440; }

 p { color: rgb(200,84,64); }

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

background-color css

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

 a { background-color: rgb(200,84,64); }

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

border-color css

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

 span { border-color: rgb(200,84,64); }

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