Html Css Color HEX #C85840 Dark Coral

📋 copy color: '#C85840'

red 200 ◦ green 88 ◦ blue 64

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

Shades of Dark Coral #C85840

Tints of Dark Coral #C85840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

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

R = 56.82%
G = 25%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C85840 (or 0xC85840) is known color: Dark Coral. HEX triplet: C8, 58 and 40. RGB value is (200,88,64). Sum of RGB (Red+Green+Blue) = 200+88+64=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C85840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85840 is #37A7BF. Grayscale: #767676. Windows color (decimal): -3647424 or 4217032. OLE color: 4217032.

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

Color convert

RGB 200 88 64 -
CMYK 0 0.56 0.68 0.22
HSL 10.59º 0.55% 0.52% -
HSV(B) 10.59º 0.68% 0.78% -
XYZ 28.23 19.63 7.15 -
YUV 118.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 200 88 64 0 0.56 0.68 0.22 10.59 0.55 0.52
Hex C8 58 40 0 38 44 16 B 37 34
Octal 310 130 100 0 70 104 26 13 67 64
Binary 11001000 1011000 1000000 0 111000 1000100 10110 1011 110111 110100

Color Harmonies of #C85840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85840

Black with #C85840

Text Example


Text Example

White with #C85840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85840; }

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

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

background-color css

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

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

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

border-color css

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

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

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