#C85341

Color #C85341 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #C85341

Tints of Dark Coral #C85341

Color information

#C85341 (or 0xC85341) is unknown color: approx Dark Coral. HEX triplet: C8, 53 and 41. RGB value is (200,83,65). Sum of RGB (Red+Green+Blue) = 200+83+65=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C85341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85341 is #37ACBE. Grayscale: #747474. Windows color (decimal): -3648703 or 4281288. OLE color: 4281288.

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

Color convert

RGB2008365-
CMYK00.580.680.22
HSL55.1%51.96%-
HSV(B)67.5%78.43%-
XYZ27.8718.857.17-
YUV115.9399.26187.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.47%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 65 (25.78% from 255) = 18.68%
R=57.47%
G=23.85%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200836500.580.680.22855.151.96
HexC8534103A441683734
Octal31012310107210426106764
Binary110010001010011100000101110101000100101101000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85341; }

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

 H1.HeaderClassName
 {
   color: #C85341;
 }
 .AnyTagClassName
 {
   color: #C85341;
 }
</style>
background-color css

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

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

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

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

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

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