Html Css Color HEX #C85941 Dark Coral

📋 copy color: '#C85941'

red 200 ◦ green 89 ◦ blue 65

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

Shades of Dark Coral #C85941

Tints of Dark Coral #C85941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.14%

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

R = 56.5%
G = 25.14%
B = 18.36%

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

#C85941 (or 0xC85941) is known color: Dark Coral. HEX triplet: C8, 59 and 41. RGB value is (200,89,65). Sum of RGB (Red+Green+Blue) = 200+89+65=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C85941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85941 is #37A6BE. Grayscale: #777777. Windows color (decimal): -3647167 or 4282824. OLE color: 4282824.

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

Color convert

RGB 200 89 65 -
CMYK 0 0.56 0.68 0.22
HSL 10.67º 0.55% 0.52% -
HSV(B) 10.67º 0.68% 0.78% -
XYZ 28.35 19.81 7.33 -
YUV 119.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 200 89 65 0 0.56 0.68 0.22 10.67 0.55 0.52
Hex C8 59 41 0 38 44 16 B 37 34
Octal 310 131 101 0 70 104 26 13 67 64
Binary 11001000 1011001 1000001 0 111000 1000100 10110 1011 110111 110100

Color Harmonies of #C85941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85941

Black with #C85941

Text Example


Text Example

White with #C85941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85941; }

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

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

background-color css

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

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

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

border-color css

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

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

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