Html Css Color HEX #C85841 Dark Coral

📋 copy color: '#C85841'

red 200 ◦ green 88 ◦ blue 65

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

Shades of Dark Coral #C85841

Tints of Dark Coral #C85841

RGB

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

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

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

R = 56.66%
G = 24.93%
B = 18.41%

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

#C85841 (or 0xC85841) is known color: Dark Coral. HEX triplet: C8, 58 and 41. RGB value is (200,88,65). Sum of RGB (Red+Green+Blue) = 200+88+65=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C85841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85841 is #37A7BE. Grayscale: #777777. Windows color (decimal): -3647423 or 4282568. OLE color: 4282568.

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

Color convert

RGB 200 88 65 -
CMYK 0 0.56 0.68 0.22
HSL 10.22º 0.55% 0.52% -
HSV(B) 10.22º 0.68% 0.78% -
XYZ 28.26 19.64 7.3 -
YUV 118.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 200 88 65 0 0.56 0.68 0.22 10.22 0.55 0.52
Hex C8 58 41 0 38 44 16 A 37 34
Octal 310 130 101 0 70 104 26 12 67 64
Binary 11001000 1011000 1000001 0 111000 1000100 10110 1010 110111 110100

Color Harmonies of #C85841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85841

Black with #C85841

Text Example


Text Example

White with #C85841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85841; }

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

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

background-color css

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

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

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

border-color css

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

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

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