Html Css Color HEX #C85741 Dark Coral

📋 copy color: '#C85741'

red 200 ◦ green 87 ◦ blue 65

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

Shades of Dark Coral #C85741

Tints of Dark Coral #C85741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

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

R = 56.82%
G = 24.72%
B = 18.47%

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

#C85741 (or 0xC85741) is known color: Dark Coral. HEX triplet: C8, 57 and 41. RGB value is (200,87,65). Sum of RGB (Red+Green+Blue) = 200+87+65=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C85741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85741 is #37A8BE. Grayscale: #767676. Windows color (decimal): -3647679 or 4282312. OLE color: 4282312.

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

Color convert

RGB 200 87 65 -
CMYK 0 0.56 0.68 0.22
HSL 9.78º 0.55% 0.52% -
HSV(B) 9.78º 0.68% 0.78% -
XYZ 28.18 19.48 7.28 -
YUV 118.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 200 87 65 0 0.56 0.68 0.22 9.78 0.55 0.52
Hex C8 57 41 0 38 44 16 A 37 34
Octal 310 127 101 0 70 104 26 12 67 64
Binary 11001000 1010111 1000001 0 111000 1000100 10110 1010 110111 110100

Color Harmonies of #C85741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85741

Black with #C85741

Text Example


Text Example

White with #C85741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85741; }

 p { color: rgb(200,87,65); }

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

background-color css

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

 a { background-color: rgb(200,87,65); }

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

border-color css

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

 span { border-color: rgb(200,87,65); }

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