#C75943

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

Shades of Dark Coral #C75943

Tints of Dark Coral #C75943

Color information

#C75943 (or 0xC75943) is unknown color: approx Dark Coral. HEX triplet: C7, 59 and 43. RGB value is (199,89,67). Sum of RGB (Red+Green+Blue) = 199+89+67=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C75943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75943 is #38A6BC. Grayscale: #777777. Windows color (decimal): -3712701 or 4413895. OLE color: 4413895.

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

Color convert

RGB1998967-
CMYK00.550.660.22
HSL10º54.1%52.16%-
HSV(B)10º66.33%78.04%-
XYZ28.1419.697.63-
YUV119.3898.44184.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.06%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 67 (26.56% from 255) = 18.87%
R=56.06%
G=25.07%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199896700.550.660.221054.152.16
HexC759430374216a3634
Octal30713110306710226126664
Binary110001111011001100001101101111000010101101010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75943; }

 p { color: rgb(199,89,67); }

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

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

 a { background-color: rgb(199,89,67); }

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

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

 span { border-color: rgb(199,89,67); }

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