Html Css Color HEX #C86042 Dark Coral

📋 copy color: '#C86042'

red 200 ◦ green 96 ◦ blue 66

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

Shades of Dark Coral #C86042

Tints of Dark Coral #C86042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

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

R = 55.25%
G = 26.52%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C86042 (or 0xC86042) is known color: Dark Coral. HEX triplet: C8, 60 and 42. RGB value is (200,96,66). Sum of RGB (Red+Green+Blue) = 200+96+66=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C86042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86042 is #379FBD. Grayscale: #7B7B7B. Windows color (decimal): -3645374 or 4350152. OLE color: 4350152.

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

Color convert

RGB 200 96 66 -
CMYK 0 0.52 0.67 0.22
HSL 13.43º 0.55% 0.52% -
HSV(B) 13.43º 0.67% 0.78% -
XYZ 28.99 21.04 7.69 -
YUV 123.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 200 96 66 0 0.52 0.67 0.22 13.43 0.55 0.52
Hex C8 60 42 0 34 43 16 D 37 34
Octal 310 140 102 0 64 103 26 15 67 64
Binary 11001000 1100000 1000010 0 110100 1000011 10110 1101 110111 110100

Color Harmonies of #C86042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86042

Black with #C86042

Text Example


Text Example

White with #C86042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86042; }

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

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

background-color css

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

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

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

border-color css

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

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

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