Html Css Color HEX #C85E46 Dark Coral

📋 copy color: '#C85E46'

red 200 ◦ green 94 ◦ blue 70

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

Shades of Dark Coral #C85E46

Tints of Dark Coral #C85E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.82%

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 54.95%
G = 25.82%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C85E46 (or 0xC85E46) is known color: Dark Coral. HEX triplet: C8, 5E and 46. RGB value is (200,94,70). Sum of RGB (Red+Green+Blue) = 200+94+70=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85E46 is #37A1B9. Grayscale: #7B7B7B. Windows color (decimal): -3645882 or 4611784. OLE color: 4611784.

HSL color Cylindrical-coordinate representation of color #C85E46: hue angle of 11.08º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C85E46 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 94 70 -
CMYK 0 0.53 0.65 0.22
HSL 11.08º 0.54% 0.53% -
HSV(B) 11.08º 0.65% 0.78% -
XYZ 28.93 20.73 8.27 -
YUV 122.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 200 94 70 0 0.53 0.65 0.22 11.08 0.54 0.53
Hex C8 5E 46 0 35 41 16 B 36 35
Octal 310 136 106 0 65 101 26 13 66 65
Binary 11001000 1011110 1000110 0 110101 1000001 10110 1011 110110 110101

Color Harmonies of #C85E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E46

Black with #C85E46

Text Example


Text Example

White with #C85E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E46; }

 p { color: rgb(200,94,70); }

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

background-color css

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

 a { background-color: rgb(200,94,70); }

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

border-color css

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

 span { border-color: rgb(200,94,70); }

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