Html Css Color HEX #C85642 Dark Coral

📋 copy color: '#C85642'

red 200 ◦ green 86 ◦ blue 66

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

Shades of Dark Coral #C85642

Tints of Dark Coral #C85642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.43%

 BLUE value IS 66 (26.17% from 255) = 18.75%

R = 56.82%
G = 24.43%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C85642 (or 0xC85642) is known color: Dark Coral. HEX triplet: C8, 56 and 42. RGB value is (200,86,66). Sum of RGB (Red+Green+Blue) = 200+86+66=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C85642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85642 is #37A9BD. Grayscale: #767676. Windows color (decimal): -3647934 or 4347592. OLE color: 4347592.

HSL color Cylindrical-coordinate representation of color #C85642: hue angle of 8.96º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C85642 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 66 -
CMYK 0 0.57 0.67 0.22
HSL 8.96º 0.55% 0.52% -
HSV(B) 8.96º 0.67% 0.78% -
XYZ 28.13 19.33 7.4 -
YUV 117.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 200 86 66 0 0.57 0.67 0.22 8.96 0.55 0.52
Hex C8 56 42 0 39 43 16 9 37 34
Octal 310 126 102 0 71 103 26 11 67 64
Binary 11001000 1010110 1000010 0 111001 1000011 10110 1001 110111 110100

Color Harmonies of #C85642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85642

Black with #C85642

Text Example


Text Example

White with #C85642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85642; }

 p { color: rgb(200,86,66); }

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

background-color css

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

 a { background-color: rgb(200,86,66); }

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

border-color css

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

 span { border-color: rgb(200,86,66); }

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