Html Css Color HEX #C85443 Dark Coral

📋 copy color: '#C85443'

red 200 ◦ green 84 ◦ blue 67

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

Shades of Dark Coral #C85443

Tints of Dark Coral #C85443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.09%

R = 56.98%
G = 23.93%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C85443 (or 0xC85443) is known color: Dark Coral. HEX triplet: C8, 54 and 43. RGB value is (200,84,67). Sum of RGB (Red+Green+Blue) = 200+84+67=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C85443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85443 is #37ABBC. Grayscale: #747474. Windows color (decimal): -3648445 or 4412616. OLE color: 4412616.

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

Color convert

RGB 200 84 67 -
CMYK 0 0.58 0.66 0.22
HSL 7.67º 0.55% 0.52% -
HSV(B) 7.67º 0.67% 0.78% -
XYZ 28 19.03 7.51 -
YUV 116.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 200 84 67 0 0.58 0.66 0.22 7.67 0.55 0.52
Hex C8 54 43 0 3A 42 16 8 37 34
Octal 310 124 103 0 72 102 26 10 67 64
Binary 11001000 1010100 1000011 0 111010 1000010 10110 1000 110111 110100

Color Harmonies of #C85443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85443

Black with #C85443

Text Example


Text Example

White with #C85443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85443; }

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

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

background-color css

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

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

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

border-color css

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

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

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