#C75343

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

Shades of Dark Coral #C75343

Tints of Dark Coral #C75343

Color information

#C75343 (or 0xC75343) is unknown color: approx Dark Coral. HEX triplet: C7, 53 and 43. RGB value is (199,83,67). Sum of RGB (Red+Green+Blue) = 199+83+67=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C75343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75343 is #38ACBC. Grayscale: #747474. Windows color (decimal): -3714237 or 4412359. OLE color: 4412359.

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

Color convert

RGB1998367-
CMYK00.580.660.22
HSL7.27º54.1%52.16%-
HSV(B)7.27º66.33%78.04%-
XYZ27.6618.737.47-
YUV115.86100.43187.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.02%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 67 (26.56% from 255) = 19.20%
R=57.02%
G=23.78%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199836700.580.660.227.2754.152.16
HexC7534303A421673634
Octal3071231030721022676664
Binary11000111101001110000110111010100001010110111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75343; }

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

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

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

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

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

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

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

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