Html Css Color HEX #C85340 Dark Coral

📋 copy color: '#C85340'

red 200 ◦ green 83 ◦ blue 64

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

Shades of Dark Coral #C85340

Tints of Dark Coral #C85340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

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

R = 57.64%
G = 23.92%
B = 18.44%

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

#C85340 (or 0xC85340) is known color: Dark Coral. HEX triplet: C8, 53 and 40. RGB value is (200,83,64). Sum of RGB (Red+Green+Blue) = 200+83+64=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C85340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85340 is #37ACBF. Grayscale: #747474. Windows color (decimal): -3648704 or 4215752. OLE color: 4215752.

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

Color convert

RGB 200 83 64 -
CMYK 0 0.58 0.68 0.22
HSL 8.38º 0.55% 0.52% -
HSV(B) 8.38º 0.68% 0.78% -
XYZ 27.84 18.84 7.02 -
YUV 115.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 200 83 64 0 0.58 0.68 0.22 8.38 0.55 0.52
Hex C8 53 40 0 3A 44 16 8 37 34
Octal 310 123 100 0 72 104 26 10 67 64
Binary 11001000 1010011 1000000 0 111010 1000100 10110 1000 110111 110100

Color Harmonies of #C85340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85340

Black with #C85340

Text Example


Text Example

White with #C85340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85340; }

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

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

background-color css

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

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

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

border-color css

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

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

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