#C75745

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

Shades of Dark Coral #C75745

Tints of Dark Coral #C75745

Color information

#C75745 (or 0xC75745) is unknown color: approx Dark Coral. HEX triplet: C7, 57 and 45. RGB value is (199,87,69). Sum of RGB (Red+Green+Blue) = 199+87+69=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C75745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75745 is #38A8BA. Grayscale: #767676. Windows color (decimal): -3713211 or 4544455. OLE color: 4544455.

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

Color convert

RGB1998769-
CMYK00.560.650.22
HSL8.31º53.72%52.55%-
HSV(B)8.31º65.33%78.04%-
XYZ28.0419.397.89-
YUV118.44100.11185.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.06%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 69 (27.34% from 255) = 19.44%
R=56.06%
G=24.51%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199876900.560.650.228.3153.7252.55
HexC75745038411683635
Octal30712710507010126106665
Binary110001111010111100010101110001000001101101000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75745; }

 p { color: rgb(199,87,69); }

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

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

 a { background-color: rgb(199,87,69); }

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

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

 span { border-color: rgb(199,87,69); }

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