Html Css Color HEX #C85442 Dark Coral

📋 copy color: '#C85442'

red 200 ◦ green 84 ◦ blue 66

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

Shades of Dark Coral #C85442

Tints of Dark Coral #C85442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

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

R = 57.14%
G = 24%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C85442 (or 0xC85442) is known color: Dark Coral. HEX triplet: C8, 54 and 42. RGB value is (200,84,66). Sum of RGB (Red+Green+Blue) = 200+84+66=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C85442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85442 is #37ABBD. Grayscale: #747474. Windows color (decimal): -3648446 or 4347080. OLE color: 4347080.

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

Color convert

RGB 200 84 66 -
CMYK 0 0.58 0.67 0.22
HSL 8.06º 0.55% 0.52% -
HSV(B) 8.06º 0.67% 0.78% -
XYZ 27.97 19.01 7.35 -
YUV 116.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 200 84 66 0 0.58 0.67 0.22 8.06 0.55 0.52
Hex C8 54 42 0 3A 43 16 8 37 34
Octal 310 124 102 0 72 103 26 10 67 64
Binary 11001000 1010100 1000010 0 111010 1000011 10110 1000 110111 110100

Color Harmonies of #C85442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85442

Black with #C85442

Text Example


Text Example

White with #C85442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85442; }

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

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

background-color css

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

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

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

border-color css

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

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

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