Html Css Color HEX #C86041 Dark Coral

📋 copy color: '#C86041'

red 200 ◦ green 96 ◦ blue 65

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

Shades of Dark Coral #C86041

Tints of Dark Coral #C86041

RGB

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

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

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

R = 55.4%
G = 26.59%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C86041 (or 0xC86041) is known color: Dark Coral. HEX triplet: C8, 60 and 41. RGB value is (200,96,65). Sum of RGB (Red+Green+Blue) = 200+96+65=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C86041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86041 is #379FBE. Grayscale: #7B7B7B. Windows color (decimal): -3645375 or 4284616. OLE color: 4284616.

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

Color convert

RGB 200 96 65 -
CMYK 0 0.52 0.68 0.22
HSL 13.78º 0.55% 0.52% -
HSV(B) 13.78º 0.68% 0.78% -
XYZ 28.96 21.03 7.53 -
YUV 123.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 200 96 65 0 0.52 0.68 0.22 13.78 0.55 0.52
Hex C8 60 41 0 34 44 16 E 37 34
Octal 310 140 101 0 64 104 26 16 67 64
Binary 11001000 1100000 1000001 0 110100 1000100 10110 1110 110111 110100

Color Harmonies of #C86041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86041

Black with #C86041

Text Example


Text Example

White with #C86041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86041; }

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

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

background-color css

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

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

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

border-color css

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

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

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